Html Css Color HEX #02448B Dark Cerulean

📋 copy color: '#02448B'

red 2 ◦ green 68 ◦ blue 139

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

Shades of Dark Cerulean #02448B

Tints of Dark Cerulean #02448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.51%

R = 0.96%
G = 32.54%
B = 66.51%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02448B (or 0x02448B) is known color: Dark Cerulean. HEX triplet: 02, 44 and 8B. RGB value is (2,68,139). Sum of RGB (Red+Green+Blue) = 2+68+139=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #02448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02448B is #FDBB74. Grayscale: #383838. Windows color (decimal): -16628597 or 9126914. OLE color: 9126914.

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

Color convert

RGB 2 68 139 -
CMYK 0.99 0.51 0 0.45
HSL 211.09º 0.97% 0.28% -
HSV(B) 211.09º 0.99% 0.55% -
XYZ 6.75 6.01 25.23 -
YUV 56.36 174.63 89.23 -
System Red Green Blue C M Y K H S L
Decimal 2 68 139 0.99 0.51 0 0.45 211.09 0.97 0.28
Hex 2 44 8B 63 33 0 2D D3 61 1C
Octal 2 104 213 143 63 0 55 323 141 34
Binary 10 1000100 10001011 1100011 110011 0 101101 11010011 1100001 11100

Color Harmonies of #02448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02448B

Black with #02448B

Text Example


Text Example

White with #02448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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