Html Css Color HEX #085680 Dark Cerulean

📋 copy color: '#085680'

red 8 ◦ green 86 ◦ blue 128

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

Shades of Dark Cerulean #085680

Tints of Dark Cerulean #085680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.74%

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

R = 3.6%
G = 38.74%
B = 57.66%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#085680 (or 0x085680) is known color: Dark Cerulean. HEX triplet: 08, 56 and 80. RGB value is (8,86,128). Sum of RGB (Red+Green+Blue) = 8+86+128=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #085680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085680 is #F7A97F. Grayscale: #434343. Windows color (decimal): -16230784 or 8410632. OLE color: 8410632.

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

Color convert

RGB 8 86 128 -
CMYK 0.94 0.33 0 0.50
HSL 201º 0.88% 0.27% -
HSV(B) 201º 0.94% 0.5% -
XYZ 7.32 8.27 21.63 -
YUV 67.47 162.16 85.58 -
System Red Green Blue C M Y K H S L
Decimal 8 86 128 0.94 0.33 0 0.50 201 0.88 0.27
Hex 8 56 80 5E 21 0 32 C9 58 1B
Octal 10 126 200 136 41 0 62 311 130 33
Binary 1000 1010110 10000000 1011110 100001 0 110010 11001001 1011000 11011

Color Harmonies of #085680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085680

Black with #085680

Text Example


Text Example

White with #085680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085680; }

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

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

background-color css

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

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

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

border-color css

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

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

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