#01656A

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

Shades of Blue Lagoon #01656A

Tints of Blue Lagoon #01656A

Color information

#01656A (or 0x01656A) is unknown color: approx Blue Lagoon. HEX triplet: 01, 65 and 6A. RGB value is (1,101,106). Sum of RGB (Red+Green+Blue) = 1+101+106=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #01656A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01656A is #FE9A95. Grayscale: #474747. Windows color (decimal): -16685718 or 6972673. OLE color: 6972673.

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

Color convert

RGB1101106-
CMYK0.990.0500.58
HSL182.86º98.13%20.98%-
HSV(B)182.86º99.06%41.57%-
XYZ7.2710.3515.25-
YUV71.67147.3777.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 101 (39.84% from 255) = 48.56%
BLUE value IS 106 (41.80% from 255) = 50.96%
R=0.48%
G=48.56%
B=50.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11011060.990.0500.58182.8698.1320.98
Hex1656A63503Ab76215
Octal1145152143507226714225
Binary1110010111010101100011101011101010110111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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