#085261

Color #085261 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #085261

Tints of Blue Lagoon #085261

Color information

#085261 (or 0x085261) is unknown color: approx Blue Lagoon. HEX triplet: 08, 52 and 61. RGB value is (8,82,97). Sum of RGB (Red+Green+Blue) = 8+82+97=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #085261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085261 is #F7AD9E. Grayscale: #3D3D3D. Windows color (decimal): -16231839 or 6377992. OLE color: 6377992.

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

Color convert

RGB88297-
CMYK0.920.1500.62
HSL190.11º84.76%20.59%-
HSV(B)190.11º91.75%38.04%-
XYZ5.286.9512.37-
YUV61.58147.9889.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.28%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=4.28%
G=43.85%
B=51.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal882970.920.1500.62190.1184.7620.59
Hex852615CF03Ebe5515
Octal101221411341707627612525
Binary10001010010110000110111001111011111010111110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085261; }

 p { color: rgb(8,82,97); }

 H1.HeaderClassName
 {
   color: #085261;
 }
 .AnyTagClassName
 {
   color: #085261;
 }
</style>
background-color css

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

 a { background-color: rgb(8,82,97); }

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

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

 span { border-color: rgb(8,82,97); }

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