Html Css Color HEX #02448E Dark Cerulean

📋 copy color: '#02448E'

red 2 ◦ green 68 ◦ blue 142

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

Shades of Dark Cerulean #02448E

Tints of Dark Cerulean #02448E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 66.98%

R = 0.94%
G = 32.08%
B = 66.98%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02448E (or 0x02448E) is known color: Dark Cerulean. HEX triplet: 02, 44 and 8E. RGB value is (2,68,142). Sum of RGB (Red+Green+Blue) = 2+68+142=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #02448E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02448E is #FDBB71. Grayscale: #383838. Windows color (decimal): -16628594 or 9323522. OLE color: 9323522.

HSL color Cylindrical-coordinate representation of color #02448E: hue angle of 211.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02448E is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 68 142 -
CMYK 0.99 0.52 0 0.44
HSL 211.71º 0.97% 0.28% -
HSV(B) 211.71º 0.99% 0.56% -
XYZ 6.97 6.1 26.4 -
YUV 56.7 176.13 88.98 -
System Red Green Blue C M Y K H S L
Decimal 2 68 142 0.99 0.52 0 0.44 211.71 0.97 0.28
Hex 2 44 8E 63 34 0 2C D4 61 1C
Octal 2 104 216 143 64 0 54 324 141 34
Binary 10 1000100 10001110 1100011 110100 0 101100 11010100 1100001 11100

Color Harmonies of #02448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02448E

Black with #02448E

Text Example


Text Example

White with #02448E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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