#01606A

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

Shades of Blue Lagoon #01606A

Tints of Blue Lagoon #01606A

Color information

#01606A (or 0x01606A) is unknown color: approx Blue Lagoon. HEX triplet: 01, 60 and 6A. RGB value is (1,96,106). Sum of RGB (Red+Green+Blue) = 1+96+106=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #01606A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01606A is #FE9F95. Grayscale: #444444. Windows color (decimal): -16686998 or 6971393. OLE color: 6971393.

HSL color Cylindrical-coordinate representation of color #01606A: hue angle of 185.71º 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 #01606A is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB196106-
CMYK0.990.0900.58
HSL185.71º98.13%20.98%-
HSV(B)185.71º99.06%41.57%-
XYZ6.89.4115.09-
YUV68.74149.0379.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 106 (41.80% from 255) = 52.22%
R=0.49%
G=47.29%
B=52.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1961060.990.0900.58185.7198.1320.98
Hex1606A63903Aba6215
Octal11401521431107227214225
Binary11100000110101011000111001011101010111010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01606A; }

 p { color: rgb(1,96,106); }

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

<style>
 a { background-color: #01606A; }

 a { background-color: rgb(1,96,106); }

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

<style>
 span { border-color: #01606A; }

 span { border-color: rgb(1,96,106); }

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