Html Css Color HEX #02446E Dark Cerulean

📋 copy color: '#02446E'

red 2 ◦ green 68 ◦ blue 110

#02446E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #02446E

Tints of Dark Cerulean #02446E

RGB

 RED value IS 2 (1.17% from 255) = 1.11%

 GREEN value IS 68 (26.95% from 255) = 37.78%

 BLUE value IS 110 (43.36% from 255) = 61.11%

R = 1.11%
G = 37.78%
B = 61.11%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02446E (or 0x02446E) is known color: Dark Cerulean. HEX triplet: 02, 44 and 6E. RGB value is (2,68,110). Sum of RGB (Red+Green+Blue) = 2+68+110=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #02446E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02446E is #FDBB91. Grayscale: #343434. Windows color (decimal): -16628626 or 7226370. OLE color: 7226370.

HSL color Cylindrical-coordinate representation of color #02446E: hue angle of 203.33º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02446E is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 68 110 -
CMYK 0.98 0.38 0 0.57
HSL 203.33º 0.96% 0.22% -
HSV(B) 203.33º 0.98% 0.43% -
XYZ 4.91 5.27 15.51 -
YUV 53.05 160.13 91.58 -
System Red Green Blue C M Y K H S L
Decimal 2 68 110 0.98 0.38 0 0.57 203.33 0.96 0.22
Hex 2 44 6E 62 26 0 39 CB 60 16
Octal 2 104 156 142 46 0 71 313 140 26
Binary 10 1000100 1101110 1100010 100110 0 111001 11001011 1100000 10110

Color Harmonies of #02446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02446E

Black with #02446E

Text Example


Text Example

White with #02446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02446E; }

 p { color: rgb(2,68,110); }

 H1.HeaderClassName
 {
   color: #02446E;
 }
 .AnyTagClassName
 {
   color: #02446E;
 }
</style>

background-color css

<style>
 a { background-color: #02446E; }

 a { background-color: rgb(2,68,110); }

 div.DivClassName
 {
   background-color: #02446E;
 }
 .BgClassName
 {
   background-color: #02446E;
 }
</style>

border-color css

<style>
 span { border-color: #02446E; }

 span { border-color: rgb(2,68,110); }

 td.TdClassName
 {
   border-color: #02446E;
 }
 .TagClassName
 {
   border-color: #02446E;
 }
</style>