Shades of Blue Lagoon #01626B
Tints of Blue Lagoon #01626B
RGB
CMYK
RGB Variations
Color information
#01626B (or 0x01626B) is known color: Blue Lagoon. HEX triplet: 01, 62 and 6B. RGB value is (1,98,107). Sum of RGB (Red+Green+Blue) = 1+98+107=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #01626B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01626B is #FE9D94. Grayscale: #454545. Windows color (decimal): -16686485 or 7037441. OLE color: 7037441.
HSL color Cylindrical-coordinate representation of color #01626B: hue angle of 185.09º 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 #01626B is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 98 | 107 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.58 |
| HSL | 185.09º | 0.98% | 0.21% | - |
| HSV(B) | 185.09º | 0.99% | 0.42% | - |
| XYZ | 7.03 | 9.8 | 15.43 | - |
| YUV | 70.02 | 148.86 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 107 | 0.99 | 0.08 | 0 | 0.58 | 185.09 | 0.98 | 0.21 |
| Hex | 1 | 62 | 6B | 63 | 8 | 0 | 3A | B9 | 62 | 15 |
| Octal | 1 | 142 | 153 | 143 | 10 | 0 | 72 | 271 | 142 | 25 |
| Binary | 1 | 1100010 | 1101011 | 1100011 | 1000 | 0 | 111010 | 10111001 | 1100010 | 10101 |
Color Harmonies of #01626B
Complementary color
Monochromatic Colors of #01626B
Black with #01626B
Text Example
Text Example
White with #01626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01626B; }
p { color: rgb(1,98,107); }
H1.HeaderClassName
{
color: #01626B;
}
.AnyTagClassName
{
color: #01626B;
}
</style>
background-color css
<style>
a { background-color: #01626B; }
a { background-color: rgb(1,98,107); }
div.DivClassName
{
background-color: #01626B;
}
.BgClassName
{
background-color: #01626B;
}
</style>
border-color css
<style>
span { border-color: #01626B; }
span { border-color: rgb(1,98,107); }
td.TdClassName
{
border-color: #01626B;
}
.TagClassName
{
border-color: #01626B;
}
</style>