Html Css Color HEX #08458E Dark Cerulean

📋 copy color: '#08458E'

red 8 ◦ green 69 ◦ blue 142

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

Shades of Dark Cerulean #08458E

Tints of Dark Cerulean #08458E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

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

R = 3.65%
G = 31.51%
B = 64.84%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08458E (or 0x08458E) is known color: Dark Cerulean. HEX triplet: 08, 45 and 8E. RGB value is (8,69,142). Sum of RGB (Red+Green+Blue) = 8+69+142=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #08458E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08458E is #F7BA71. Grayscale: #3A3A3A. Windows color (decimal): -16235122 or 9323784. OLE color: 9323784.

HSL color Cylindrical-coordinate representation of color #08458E: hue angle of 212.69º 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 #08458E is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 69 142 -
CMYK 0.94 0.51 0 0.44
HSL 212.69º 0.89% 0.29% -
HSV(B) 212.69º 0.94% 0.56% -
XYZ 7.11 6.26 26.42 -
YUV 59.08 174.79 91.56 -
System Red Green Blue C M Y K H S L
Decimal 8 69 142 0.94 0.51 0 0.44 212.69 0.89 0.29
Hex 8 45 8E 5E 33 0 2C D5 59 1D
Octal 10 105 216 136 63 0 54 325 131 35
Binary 1000 1000101 10001110 1011110 110011 0 101100 11010101 1011001 11101

Color Harmonies of #08458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08458E

Black with #08458E

Text Example


Text Example

White with #08458E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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