Html Css Color HEX #085B81 Dark Cerulean

📋 copy color: '#085B81'

red 8 ◦ green 91 ◦ blue 129

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

Shades of Dark Cerulean #085B81

Tints of Dark Cerulean #085B81

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.91%

 BLUE value IS 129 (50.78% from 255) = 56.58%

R = 3.51%
G = 39.91%
B = 56.58%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#085B81 (or 0x085B81) is known color: Dark Cerulean. HEX triplet: 08, 5B and 81. RGB value is (8,91,129). Sum of RGB (Red+Green+Blue) = 8+91+129=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #085B81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085B81 is #F7A47E. Grayscale: #464646. Windows color (decimal): -16229503 or 8477448. OLE color: 8477448.

HSL color Cylindrical-coordinate representation of color #085B81: hue angle of 198.84º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085B81 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 91 129 -
CMYK 0.94 0.29 0 0.49
HSL 198.84º 0.88% 0.27% -
HSV(B) 198.84º 0.94% 0.51% -
XYZ 7.8 9.12 22.12 -
YUV 70.52 161 83.41 -
System Red Green Blue C M Y K H S L
Decimal 8 91 129 0.94 0.29 0 0.49 198.84 0.88 0.27
Hex 8 5B 81 5E 1D 0 31 C7 58 1B
Octal 10 133 201 136 35 0 61 307 130 33
Binary 1000 1011011 10000001 1011110 11101 0 110001 11000111 1011000 11011

Color Harmonies of #085B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085B81

Black with #085B81

Text Example


Text Example

White with #085B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085B81; }

 p { color: rgb(8,91,129); }

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

background-color css

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

 a { background-color: rgb(8,91,129); }

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

border-color css

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

 span { border-color: rgb(8,91,129); }

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