Html Css Color HEX #08387C Dark Cerulean

📋 copy color: '#08387C'

red 8 ◦ green 56 ◦ blue 124

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

Shades of Dark Cerulean #08387C

Tints of Dark Cerulean #08387C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 65.96%

R = 4.26%
G = 29.79%
B = 65.96%

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

#08387C (or 0x08387C) is known color: Dark Cerulean. HEX triplet: 08, 38 and 7C. RGB value is (8,56,124). Sum of RGB (Red+Green+Blue) = 8+56+124=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #08387C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08387C is #F7C783. Grayscale: #313131. Windows color (decimal): -16238468 or 8140808. OLE color: 8140808.

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

Color convert

RGB 8 56 124 -
CMYK 0.94 0.55 0 0.51
HSL 215.17º 0.88% 0.26% -
HSV(B) 215.17º 0.94% 0.49% -
XYZ 5.15 4.34 19.63 -
YUV 49.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 8 56 124 0.94 0.55 0 0.51 215.17 0.88 0.26
Hex 8 38 7C 5E 37 0 33 D7 58 1A
Octal 10 70 174 136 67 0 63 327 130 32
Binary 1000 111000 1111100 1011110 110111 0 110011 11010111 1011000 11010

Color Harmonies of #08387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08387C

Black with #08387C

Text Example


Text Example

White with #08387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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