Html Css Color HEX #085585 Dark Cerulean

📋 copy color: '#085585'

red 8 ◦ green 85 ◦ blue 133

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

Shades of Dark Cerulean #085585

Tints of Dark Cerulean #085585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.61%

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

R = 3.54%
G = 37.61%
B = 58.85%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#085585 (or 0x085585) is known color: Dark Cerulean. HEX triplet: 08, 55 and 85. RGB value is (8,85,133). Sum of RGB (Red+Green+Blue) = 8+85+133=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #085585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085585 is #F7AA7A. Grayscale: #434343. Windows color (decimal): -16231035 or 8738056. OLE color: 8738056.

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

Color convert

RGB 8 85 133 -
CMYK 0.94 0.36 0 0.48
HSL 203.04º 0.89% 0.28% -
HSV(B) 203.04º 0.94% 0.52% -
XYZ 7.58 8.24 23.38 -
YUV 67.45 164.99 85.6 -
System Red Green Blue C M Y K H S L
Decimal 8 85 133 0.94 0.36 0 0.48 203.04 0.89 0.28
Hex 8 55 85 5E 24 0 30 CB 59 1C
Octal 10 125 205 136 44 0 60 313 131 34
Binary 1000 1010101 10000101 1011110 100100 0 110000 11001011 1011001 11100

Color Harmonies of #085585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085585

Black with #085585

Text Example


Text Example

White with #085585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085585; }

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

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

background-color css

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

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

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

border-color css

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

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

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