#08506B

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

Shades of Blue Lagoon #08506B

Tints of Blue Lagoon #08506B

Color information

#08506B (or 0x08506B) is unknown color: approx Blue Lagoon. HEX triplet: 08, 50 and 6B. RGB value is (8,80,107). Sum of RGB (Red+Green+Blue) = 8+80+107=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #08506B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08506B is #F7AF94. Grayscale: #3D3D3D. Windows color (decimal): -16232341 or 7032840. OLE color: 7032840.

HSL color Cylindrical-coordinate representation of color #08506B: hue angle of 196.36º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08506B is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB880107-
CMYK0.930.2500.58
HSL196.36º86.09%22.55%-
HSV(B)196.36º92.52%41.96%-
XYZ5.626.8514.94-
YUV61.55153.6589.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 107 (42.19% from 255) = 54.87%
R=4.10%
G=41.03%
B=54.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8801070.930.2500.58196.3686.0922.55
Hex8506B5D1903Ac45617
Octal101201531353107230412627
Binary100010100001101011101110111001011101011000100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08506B; }

 p { color: rgb(8,80,107); }

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

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

 a { background-color: rgb(8,80,107); }

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

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

 span { border-color: rgb(8,80,107); }

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