Html Css Color HEX #08387D Dark Cerulean

📋 copy color: '#08387D'

red 8 ◦ green 56 ◦ blue 125

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

Shades of Dark Cerulean #08387D

Tints of Dark Cerulean #08387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.63%

 BLUE value IS 125 (49.22% from 255) = 66.14%

R = 4.23%
G = 29.63%
B = 66.14%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08387D (or 0x08387D) is known color: Dark Cerulean. HEX triplet: 08, 38 and 7D. RGB value is (8,56,125). Sum of RGB (Red+Green+Blue) = 8+56+125=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #08387D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08387D is #F7C782. Grayscale: #313131. Windows color (decimal): -16238467 or 8206344. OLE color: 8206344.

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

Color convert

RGB 8 56 125 -
CMYK 0.94 0.55 0 0.51
HSL 215.38º 0.88% 0.26% -
HSV(B) 215.38º 0.94% 0.49% -
XYZ 5.22 4.36 19.97 -
YUV 49.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 8 56 125 0.94 0.55 0 0.51 215.38 0.88 0.26
Hex 8 38 7D 5E 37 0 33 D7 58 1A
Octal 10 70 175 136 67 0 63 327 130 32
Binary 1000 111000 1111101 1011110 110111 0 110011 11010111 1011000 11010

Color Harmonies of #08387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08387D

Black with #08387D

Text Example


Text Example

White with #08387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08387D; }

 p { color: rgb(8,56,125); }

 H1.HeaderClassName
 {
   color: #08387D;
 }
 .AnyTagClassName
 {
   color: #08387D;
 }
</style>

background-color css

<style>
 a { background-color: #08387D; }

 a { background-color: rgb(8,56,125); }

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

border-color css

<style>
 span { border-color: #08387D; }

 span { border-color: rgb(8,56,125); }

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