#01626A

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

Shades of Blue Lagoon #01626A

Tints of Blue Lagoon #01626A

Color information

#01626A (or 0x01626A) is unknown color: approx Blue Lagoon. HEX triplet: 01, 62 and 6A. RGB value is (1,98,106). Sum of RGB (Red+Green+Blue) = 1+98+106=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #01626A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01626A is #FE9D95. Grayscale: #454545. Windows color (decimal): -16686486 or 6971905. OLE color: 6971905.

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

Color convert

RGB198106-
CMYK0.990.0800.58
HSL184.57º98.13%20.98%-
HSV(B)184.57º99.06%41.57%-
XYZ6.989.7815.16-
YUV69.91148.3678.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=0.49%
G=47.80%
B=51.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1981060.990.0800.58184.5798.1320.98
Hex1626A63803Ab96215
Octal11421521431007227114225
Binary11100010110101011000111000011101010111001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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