Color Hex Logo

#002244 Color Hex

#002244
(0,34,68)
3 Favorites   1 Comments

Color spaces of #002244

RGB 03468
HSL0.581.000.13
HSV210°100°27°
CMYK 1.000.500.00   0.73
XYZ1.61541.56145.6851
Yxy1.56140.18230.1762
Hunter Lab12.49561.2087-18.2281
CIE-Lab12.99323.5828-24.7637

#002244 color RGB value is (0,34,68). This hex color code is also a web safe color which is equal to #024.

#002244 hex color red value is 0, green value is 34 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #002244 hue: 0.58 , saturation: 1.00 and the lightness value of 002244 is 0.13.

The process color (four color CMYK) of #002244 color hex is 1.00, 0.50, 0.00, 0.73. Web safe color of #002244 is #003333. Color #002244 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100010 01000100
Octal 0 42 104
Decimal 0 34 68
Hex 0 22 44

RGB Percentages of Color #002244

%0.00
%33.33
%66.67

CMYK Percentages of Color #002244

%100
%50
%0
%73

Triadic Colors of #002244

#002244 #440022 #224400

Analogous Colors of #002244

#002244 #000044 #004444

Monochromatic Colors of #002244

#002244

Complementary Color

#002244 #442200

#002244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002244 Color CSS Codes

.mybgcolor {background-color:#002244; } 
.myforecolor {color:#002244; }
.mybordercolor {border:3px solid #002244; }

#002244 Text Font Color

<p style="color:#002244">Text here</p>

This sample text font color is #002244
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#002244 Background Color

<div style="background-color:#002244">
Div content here</div>

This div background color is #002244


#002244 Border Color

<div style="border:3px solid #002244">
Div here</div>

This div border color is #002244


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,34,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002244; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002244;
  -webkit-box-shadow: 1px 1px 3px 2px #002244;
  box-shadow:         1px 1px 3px 2px #002244; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,34,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #002244">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #002244;
  -webkit-box-shadow: 1px 1px 3px 2px #002244;
  box-shadow:         1px 1px 3px 2px #002244;">
Div content here</div>

This div box has shadow with color #002244


Comments

25 Mar 2021, 19:17 Bit125

Reverse-Blaze-It Blue

Please login to write comment.