Html Css Color HEX #085087 Dark Cerulean

📋 copy color: '#085087'

red 8 ◦ green 80 ◦ blue 135

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

Shades of Dark Cerulean #085087

Tints of Dark Cerulean #085087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

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

R = 3.59%
G = 35.87%
B = 60.54%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#085087 (or 0x085087) is known color: Dark Cerulean. HEX triplet: 08, 50 and 87. RGB value is (8,80,135). Sum of RGB (Red+Green+Blue) = 8+80+135=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #085087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085087 is #F7AF78. Grayscale: #404040. Windows color (decimal): -16232313 or 8867848. OLE color: 8867848.

HSL color Cylindrical-coordinate representation of color #085087: hue angle of 205.98º 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 #085087 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 80 135 -
CMYK 0.94 0.41 0 0.47
HSL 205.98º 0.89% 0.28% -
HSV(B) 205.98º 0.94% 0.53% -
XYZ 7.34 7.54 23.99 -
YUV 64.74 167.65 87.53 -
System Red Green Blue C M Y K H S L
Decimal 8 80 135 0.94 0.41 0 0.47 205.98 0.89 0.28
Hex 8 50 87 5E 29 0 2F CE 59 1C
Octal 10 120 207 136 51 0 57 316 131 34
Binary 1000 1010000 10000111 1011110 101001 0 101111 11001110 1011001 11100

Color Harmonies of #085087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085087

Black with #085087

Text Example


Text Example

White with #085087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085087; }

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

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

background-color css

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

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

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

border-color css

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

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

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