Html Css Color HEX #085387 Dark Cerulean

📋 copy color: '#085387'

red 8 ◦ green 83 ◦ blue 135

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

Shades of Dark Cerulean #085387

Tints of Dark Cerulean #085387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.73%

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

R = 3.54%
G = 36.73%
B = 59.73%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#085387 (or 0x085387) is known color: Dark Cerulean. HEX triplet: 08, 53 and 87. RGB value is (8,83,135). Sum of RGB (Red+Green+Blue) = 8+83+135=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #085387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085387 is #F7AC78. Grayscale: #424242. Windows color (decimal): -16231545 or 8868616. OLE color: 8868616.

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

Color convert

RGB 8 83 135 -
CMYK 0.94 0.39 0 0.47
HSL 204.57º 0.89% 0.28% -
HSV(B) 204.57º 0.94% 0.53% -
XYZ 7.57 7.99 24.06 -
YUV 66.5 166.65 86.27 -
System Red Green Blue C M Y K H S L
Decimal 8 83 135 0.94 0.39 0 0.47 204.57 0.89 0.28
Hex 8 53 87 5E 27 0 2F CD 59 1C
Octal 10 123 207 136 47 0 57 315 131 34
Binary 1000 1010011 10000111 1011110 100111 0 101111 11001101 1011001 11100

Color Harmonies of #085387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085387

Black with #085387

Text Example


Text Example

White with #085387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085387; }

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

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

background-color css

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

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

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

border-color css

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

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

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