Html Css Color HEX #08387F Dark Cerulean

📋 copy color: '#08387F'

red 8 ◦ green 56 ◦ blue 127

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

Shades of Dark Cerulean #08387F

Tints of Dark Cerulean #08387F

RGB

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

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

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

R = 4.19%
G = 29.32%
B = 66.49%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#08387F (or 0x08387F) is known color: Dark Cerulean. HEX triplet: 08, 38 and 7F. RGB value is (8,56,127). Sum of RGB (Red+Green+Blue) = 8+56+127=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #08387F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08387F is #F7C780. Grayscale: #313131. Windows color (decimal): -16238465 or 8337416. OLE color: 8337416.

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

Color convert

RGB 8 56 127 -
CMYK 0.94 0.56 0 0.50
HSL 215.8º 0.88% 0.26% -
HSV(B) 215.8º 0.94% 0.5% -
XYZ 5.35 4.41 20.65 -
YUV 49.74 171.6 98.23 -
System Red Green Blue C M Y K H S L
Decimal 8 56 127 0.94 0.56 0 0.50 215.8 0.88 0.26
Hex 8 38 7F 5E 38 0 32 D8 58 1A
Octal 10 70 177 136 70 0 62 330 130 32
Binary 1000 111000 1111111 1011110 111000 0 110010 11011000 1011000 11010

Color Harmonies of #08387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08387F

Black with #08387F

Text Example


Text Example

White with #08387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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