Html Css Color HEX #085985 Dark Cerulean

📋 copy color: '#085985'

red 8 ◦ green 89 ◦ blue 133

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

Shades of Dark Cerulean #085985

Tints of Dark Cerulean #085985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.7%

 BLUE value IS 133 (52.34% from 255) = 57.83%

R = 3.48%
G = 38.7%
B = 57.83%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#085985 (or 0x085985) is known color: Dark Cerulean. HEX triplet: 08, 59 and 85. RGB value is (8,89,133). Sum of RGB (Red+Green+Blue) = 8+89+133=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #085985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085985 is #F7A67A. Grayscale: #454545. Windows color (decimal): -16230011 or 8739080. OLE color: 8739080.

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

Color convert

RGB 8 89 133 -
CMYK 0.94 0.33 0 0.48
HSL 201.12º 0.89% 0.28% -
HSV(B) 201.12º 0.94% 0.52% -
XYZ 7.91 8.89 23.49 -
YUV 69.8 163.66 83.92 -
System Red Green Blue C M Y K H S L
Decimal 8 89 133 0.94 0.33 0 0.48 201.12 0.89 0.28
Hex 8 59 85 5E 21 0 30 C9 59 1C
Octal 10 131 205 136 41 0 60 311 131 34
Binary 1000 1011001 10000101 1011110 100001 0 110000 11001001 1011001 11100

Color Harmonies of #085985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085985

Black with #085985

Text Example


Text Example

White with #085985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085985; }

 p { color: rgb(8,89,133); }

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

background-color css

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

 a { background-color: rgb(8,89,133); }

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

border-color css

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

 span { border-color: rgb(8,89,133); }

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