#01586F

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

Shades of Blue Lagoon #01586F

Tints of Blue Lagoon #01586F

Color information

#01586F (or 0x01586F) is unknown color: approx Blue Lagoon. HEX triplet: 01, 58 and 6F. RGB value is (1,88,111). Sum of RGB (Red+Green+Blue) = 1+88+111=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #01586F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01586F is #FEA790. Grayscale: #404040. Windows color (decimal): -16689041 or 7297025. OLE color: 7297025.

HSL color Cylindrical-coordinate representation of color #01586F: hue angle of 192.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01586F is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB188111-
CMYK0.990.2100.56
HSL192.55º98.21%21.96%-
HSV(B)192.55º99.1%43.53%-
XYZ6.378.1316.27-
YUV64.61154.1882.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.5%
GREEN value IS 88 (34.77% from 255) = 44%
BLUE value IS 111 (43.75% from 255) = 55.5%
R=0.5%
G=44%
B=55.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1881110.990.2100.56192.5598.2121.96
Hex1586F6315038c16216
Octal11301571432507030114226
Binary110110001101111110001110101011100011000001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01586F; }

 p { color: rgb(1,88,111); }

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

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

 a { background-color: rgb(1,88,111); }

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

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

 span { border-color: rgb(1,88,111); }

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