Html Css Color HEX #085176 Dark Cerulean

📋 copy color: '#085176'

red 8 ◦ green 81 ◦ blue 118

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

Shades of Dark Cerulean #085176

Tints of Dark Cerulean #085176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.13%

 BLUE value IS 118 (46.48% from 255) = 57%

R = 3.86%
G = 39.13%
B = 57%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#085176 (or 0x085176) is known color: Dark Cerulean. HEX triplet: 08, 51 and 76. RGB value is (8,81,118). Sum of RGB (Red+Green+Blue) = 8+81+118=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #085176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085176 is #F7AE89. Grayscale: #3F3F3F. Windows color (decimal): -16232074 or 7753992. OLE color: 7753992.

HSL color Cylindrical-coordinate representation of color #085176: hue angle of 200.18º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085176 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 81 118 -
CMYK 0.93 0.31 0 0.54
HSL 200.18º 0.87% 0.25% -
HSV(B) 200.18º 0.93% 0.46% -
XYZ 6.31 7.24 18.21 -
YUV 63.39 158.82 88.49 -
System Red Green Blue C M Y K H S L
Decimal 8 81 118 0.93 0.31 0 0.54 200.18 0.87 0.25
Hex 8 51 76 5D 1F 0 36 C8 57 19
Octal 10 121 166 135 37 0 66 310 127 31
Binary 1000 1010001 1110110 1011101 11111 0 110110 11001000 1010111 11001

Color Harmonies of #085176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085176

Black with #085176

Text Example


Text Example

White with #085176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085176; }

 p { color: rgb(8,81,118); }

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

background-color css

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

 a { background-color: rgb(8,81,118); }

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

border-color css

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

 span { border-color: rgb(8,81,118); }

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