Html Css Color HEX #085771 Blue Lagoon

📋 copy color: '#085771'

red 8 ◦ green 87 ◦ blue 113

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

Shades of Blue Lagoon #085771

Tints of Blue Lagoon #085771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.83%

 BLUE value IS 113 (44.53% from 255) = 54.33%

R = 3.85%
G = 41.83%
B = 54.33%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#085771 (or 0x085771) is known color: Blue Lagoon. HEX triplet: 08, 57 and 71. RGB value is (8,87,113). Sum of RGB (Red+Green+Blue) = 8+87+113=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #085771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085771 is #F7A88E. Grayscale: #424242. Windows color (decimal): -16230543 or 7427848. OLE color: 7427848.

HSL color Cylindrical-coordinate representation of color #085771: hue angle of 194.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085771 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 87 113 -
CMYK 0.93 0.23 0 0.56
HSL 194.86º 0.87% 0.24% -
HSV(B) 194.86º 0.93% 0.44% -
XYZ 6.49 8.06 16.84 -
YUV 66.34 154.33 86.39 -
System Red Green Blue C M Y K H S L
Decimal 8 87 113 0.93 0.23 0 0.56 194.86 0.87 0.24
Hex 8 57 71 5D 17 0 38 C3 57 18
Octal 10 127 161 135 27 0 70 303 127 30
Binary 1000 1010111 1110001 1011101 10111 0 111000 11000011 1010111 11000

Color Harmonies of #085771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085771

Black with #085771

Text Example


Text Example

White with #085771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085771; }

 p { color: rgb(8,87,113); }

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

background-color css

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

 a { background-color: rgb(8,87,113); }

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

border-color css

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

 span { border-color: rgb(8,87,113); }

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