Html Css Color HEX #08488E Dark Cerulean

📋 copy color: '#08488E'

red 8 ◦ green 72 ◦ blue 142

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

Shades of Dark Cerulean #08488E

Tints of Dark Cerulean #08488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

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

R = 3.6%
G = 32.43%
B = 63.96%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08488E (or 0x08488E) is known color: Dark Cerulean. HEX triplet: 08, 48 and 8E. RGB value is (8,72,142). Sum of RGB (Red+Green+Blue) = 8+72+142=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #08488E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08488E is #F7B771. Grayscale: #3C3C3C. Windows color (decimal): -16234354 or 9324552. OLE color: 9324552.

HSL color Cylindrical-coordinate representation of color #08488E: hue angle of 211.34º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08488E is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 72 142 -
CMYK 0.94 0.49 0 0.44
HSL 211.34º 0.89% 0.29% -
HSV(B) 211.34º 0.94% 0.56% -
XYZ 7.3 6.64 26.49 -
YUV 60.84 173.8 90.31 -
System Red Green Blue C M Y K H S L
Decimal 8 72 142 0.94 0.49 0 0.44 211.34 0.89 0.29
Hex 8 48 8E 5E 31 0 2C D3 59 1D
Octal 10 110 216 136 61 0 54 323 131 35
Binary 1000 1001000 10001110 1011110 110001 0 101100 11010011 1011001 11101

Color Harmonies of #08488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08488E

Black with #08488E

Text Example


Text Example

White with #08488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,72,142); }

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

background-color css

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

 a { background-color: rgb(8,72,142); }

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

border-color css

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

 span { border-color: rgb(8,72,142); }

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