Html Css Color HEX #085580 Dark Cerulean

📋 copy color: '#085580'

red 8 ◦ green 85 ◦ blue 128

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

Shades of Dark Cerulean #085580

Tints of Dark Cerulean #085580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 57.92%

R = 3.62%
G = 38.46%
B = 57.92%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#085580 (or 0x085580) is known color: Dark Cerulean. HEX triplet: 08, 55 and 80. RGB value is (8,85,128). Sum of RGB (Red+Green+Blue) = 8+85+128=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #085580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085580 is #F7AA7F. Grayscale: #424242. Windows color (decimal): -16231040 or 8410376. OLE color: 8410376.

HSL color Cylindrical-coordinate representation of color #085580: hue angle of 201.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085580 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 85 128 -
CMYK 0.94 0.34 0 0.50
HSL 201.5º 0.88% 0.27% -
HSV(B) 201.5º 0.94% 0.5% -
XYZ 7.24 8.11 21.61 -
YUV 66.88 162.49 86 -
System Red Green Blue C M Y K H S L
Decimal 8 85 128 0.94 0.34 0 0.50 201.5 0.88 0.27
Hex 8 55 80 5E 22 0 32 CA 58 1B
Octal 10 125 200 136 42 0 62 312 130 33
Binary 1000 1010101 10000000 1011110 100010 0 110010 11001010 1011000 11011

Color Harmonies of #085580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085580

Black with #085580

Text Example


Text Example

White with #085580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085580; }

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

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

background-color css

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

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

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

border-color css

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

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

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