Html Css Color HEX #08377F Dark Cerulean

📋 copy color: '#08377F'

red 8 ◦ green 55 ◦ blue 127

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

Shades of Dark Cerulean #08377F

Tints of Dark Cerulean #08377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 66.84%

R = 4.21%
G = 28.95%
B = 66.84%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#08377F (or 0x08377F) is known color: Dark Cerulean. HEX triplet: 08, 37 and 7F. RGB value is (8,55,127). Sum of RGB (Red+Green+Blue) = 8+55+127=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #08377F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08377F is #F7C880. Grayscale: #303030. Windows color (decimal): -16238721 or 8337160. OLE color: 8337160.

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

Color convert

RGB 8 55 127 -
CMYK 0.94 0.57 0 0.50
HSL 216.3º 0.88% 0.26% -
HSV(B) 216.3º 0.94% 0.5% -
XYZ 5.3 4.32 20.63 -
YUV 49.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 8 55 127 0.94 0.57 0 0.50 216.3 0.88 0.26
Hex 8 37 7F 5E 39 0 32 D8 58 1A
Octal 10 67 177 136 71 0 62 330 130 32
Binary 1000 110111 1111111 1011110 111001 0 110010 11011000 1011000 11010

Color Harmonies of #08377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08377F

Black with #08377F

Text Example


Text Example

White with #08377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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