Html Css Color HEX #08377E Dark Cerulean

📋 copy color: '#08377E'

red 8 ◦ green 55 ◦ blue 126

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

Shades of Dark Cerulean #08377E

Tints of Dark Cerulean #08377E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.1%

 BLUE value IS 126 (49.61% from 255) = 66.67%

R = 4.23%
G = 29.1%
B = 66.67%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08377E (or 0x08377E) is known color: Dark Cerulean. HEX triplet: 08, 37 and 7E. RGB value is (8,55,126). Sum of RGB (Red+Green+Blue) = 8+55+126=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 126 (49.61% from 255 or 66.67% from 189); Max value from RGB is 126 - color contains mainly: blue. Hex color #08377E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08377E is #F7C881. Grayscale: #303030. Windows color (decimal): -16238722 or 8271624. OLE color: 8271624.

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

Color convert

RGB 8 55 126 -
CMYK 0.94 0.56 0 0.51
HSL 216.1º 0.88% 0.26% -
HSV(B) 216.1º 0.94% 0.49% -
XYZ 5.23 4.29 20.29 -
YUV 49.04 171.43 98.73 -
System Red Green Blue C M Y K H S L
Decimal 8 55 126 0.94 0.56 0 0.51 216.1 0.88 0.26
Hex 8 37 7E 5E 38 0 33 D8 58 1A
Octal 10 67 176 136 70 0 63 330 130 32
Binary 1000 110111 1111110 1011110 111000 0 110011 11011000 1011000 11010

Color Harmonies of #08377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08377E

Black with #08377E

Text Example


Text Example

White with #08377E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,55,126); }

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

background-color css

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

 a { background-color: rgb(8,55,126); }

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

border-color css

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

 span { border-color: rgb(8,55,126); }

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