#01556F

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

Shades of Blue Lagoon #01556F

Tints of Blue Lagoon #01556F

Color information

#01556F (or 0x01556F) is unknown color: approx Blue Lagoon. HEX triplet: 01, 55 and 6F. RGB value is (1,85,111). Sum of RGB (Red+Green+Blue) = 1+85+111=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #01556F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01556F is #FEAA90. Grayscale: #3E3E3E. Windows color (decimal): -16689809 or 7296257. OLE color: 7296257.

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

Color convert

RGB185111-
CMYK0.990.2300.56
HSL194.18º98.21%21.96%-
HSV(B)194.18º99.1%43.53%-
XYZ6.137.6516.19-
YUV62.85155.1783.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 111 (43.75% from 255) = 56.35%
R=0.51%
G=43.15%
B=56.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1851110.990.2300.56194.1898.2121.96
Hex1556F6317038c26216
Octal11251571432707030214226
Binary110101011101111110001110111011100011000010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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