Html Css Color HEX #085166 Blue Lagoon

📋 copy color: '#085166'

red 8 ◦ green 81 ◦ blue 102

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

Shades of Blue Lagoon #085166

Tints of Blue Lagoon #085166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 53.4%

R = 4.19%
G = 42.41%
B = 53.4%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#085166 (or 0x085166) is known color: Blue Lagoon. HEX triplet: 08, 51 and 66. RGB value is (8,81,102). Sum of RGB (Red+Green+Blue) = 8+81+102=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #085166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085166 is #F7AE99. Grayscale: #3D3D3D. Windows color (decimal): -16232090 or 6705416. OLE color: 6705416.

HSL color Cylindrical-coordinate representation of color #085166: hue angle of 193.4º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085166 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 81 102 -
CMYK 0.92 0.21 0 0.6
HSL 193.4º 0.85% 0.22% -
HSV(B) 193.4º 0.92% 0.4% -
XYZ 5.44 6.9 13.61 -
YUV 61.57 150.82 89.79 -
System Red Green Blue C M Y K H S L
Decimal 8 81 102 0.92 0.21 0 0.6 193.4 0.85 0.22
Hex 8 51 66 5C 15 0 3C C1 55 16
Octal 10 121 146 134 25 0 74 301 125 26
Binary 1000 1010001 1100110 1011100 10101 0 111100 11000001 1010101 10110

Color Harmonies of #085166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085166

Black with #085166

Text Example


Text Example

White with #085166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085166; }

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

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

background-color css

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

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

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

border-color css

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

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

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