#01566C

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

Shades of Blue Lagoon #01566C

Tints of Blue Lagoon #01566C

Color information

#01566C (or 0x01566C) is unknown color: approx Blue Lagoon. HEX triplet: 01, 56 and 6C. RGB value is (1,86,108). Sum of RGB (Red+Green+Blue) = 1+86+108=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #01566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01566C is #FEA993. Grayscale: #3E3E3E. Windows color (decimal): -16689556 or 7099905. OLE color: 7099905.

HSL color Cylindrical-coordinate representation of color #01566C: hue angle of 192.34º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01566C is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB186108-
CMYK0.990.2000.58
HSL192.34º98.17%21.37%-
HSV(B)192.34º99.07%42.35%-
XYZ6.057.7415.36-
YUV63.09153.3483.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 108 (42.58% from 255) = 55.38%
R=0.51%
G=44.10%
B=55.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1861080.990.2000.58192.3498.1721.37
Hex1566C631403Ac06215
Octal11261541432407230014225
Binary110101101101100110001110100011101011000000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01566C; }

 p { color: rgb(1,86,108); }

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

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

 a { background-color: rgb(1,86,108); }

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

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

 span { border-color: rgb(1,86,108); }

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