Html Css Color HEX #085187 Dark Cerulean

📋 copy color: '#085187'

red 8 ◦ green 81 ◦ blue 135

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

Shades of Dark Cerulean #085187

Tints of Dark Cerulean #085187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.16%

 BLUE value IS 135 (53.13% from 255) = 60.27%

R = 3.57%
G = 36.16%
B = 60.27%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#085187 (or 0x085187) is known color: Dark Cerulean. HEX triplet: 08, 51 and 87. RGB value is (8,81,135). Sum of RGB (Red+Green+Blue) = 8+81+135=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #085187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085187 is #F7AE78. Grayscale: #414141. Windows color (decimal): -16232057 or 8868104. OLE color: 8868104.

HSL color Cylindrical-coordinate representation of color #085187: hue angle of 205.51º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085187 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 81 135 -
CMYK 0.94 0.40 0 0.47
HSL 205.51º 0.89% 0.28% -
HSV(B) 205.51º 0.94% 0.53% -
XYZ 7.42 7.69 24.01 -
YUV 65.33 167.32 87.11 -
System Red Green Blue C M Y K H S L
Decimal 8 81 135 0.94 0.40 0 0.47 205.51 0.89 0.28
Hex 8 51 87 5E 28 0 2F CE 59 1C
Octal 10 121 207 136 50 0 57 316 131 34
Binary 1000 1010001 10000111 1011110 101000 0 101111 11001110 1011001 11100

Color Harmonies of #085187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085187

Black with #085187

Text Example


Text Example

White with #085187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085187; }

 p { color: rgb(8,81,135); }

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

background-color css

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

 a { background-color: rgb(8,81,135); }

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

border-color css

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

 span { border-color: rgb(8,81,135); }

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