Html Css Color HEX #08448B Dark Cerulean

📋 copy color: '#08448B'

red 8 ◦ green 68 ◦ blue 139

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

Shades of Dark Cerulean #08448B

Tints of Dark Cerulean #08448B

RGB

 RED value IS 8 (3.52% from 255) = 3.72%

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

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

R = 3.72%
G = 31.63%
B = 64.65%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08448B (or 0x08448B) is known color: Dark Cerulean. HEX triplet: 08, 44 and 8B. RGB value is (8,68,139). Sum of RGB (Red+Green+Blue) = 8+68+139=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #08448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08448B is #F7BB74. Grayscale: #393939. Windows color (decimal): -16235381 or 9126920. OLE color: 9126920.

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

Color convert

RGB 8 68 139 -
CMYK 0.94 0.51 0 0.45
HSL 212.52º 0.89% 0.29% -
HSV(B) 212.52º 0.94% 0.55% -
XYZ 6.83 6.05 25.23 -
YUV 58.15 173.62 92.23 -
System Red Green Blue C M Y K H S L
Decimal 8 68 139 0.94 0.51 0 0.45 212.52 0.89 0.29
Hex 8 44 8B 5E 33 0 2D D5 59 1D
Octal 10 104 213 136 63 0 55 325 131 35
Binary 1000 1000100 10001011 1011110 110011 0 101101 11010101 1011001 11101

Color Harmonies of #08448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08448B

Black with #08448B

Text Example


Text Example

White with #08448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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