#01576F

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

Shades of Blue Lagoon #01576F

Tints of Blue Lagoon #01576F

Color information

#01576F (or 0x01576F) is unknown color: approx Blue Lagoon. HEX triplet: 01, 57 and 6F. RGB value is (1,87,111). Sum of RGB (Red+Green+Blue) = 1+87+111=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #01576F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01576F is #FEA890. Grayscale: #3F3F3F. Windows color (decimal): -16689297 or 7296769. OLE color: 7296769.

HSL color Cylindrical-coordinate representation of color #01576F: hue angle of 193.09º 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 #01576F is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB187111-
CMYK0.990.2200.56
HSL193.09º98.21%21.96%-
HSV(B)193.09º99.1%43.53%-
XYZ6.297.9716.25-
YUV64.02154.5183.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 87 (34.38% from 255) = 43.72%
BLUE value IS 111 (43.75% from 255) = 55.78%
R=0.50%
G=43.72%
B=55.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1871110.990.2200.56193.0998.2121.96
Hex1576F6316038c16216
Octal11271571432607030114226
Binary110101111101111110001110110011100011000001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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