Shades of Blue Lagoon #01617A
Tints of Blue Lagoon #01617A
RGB
CMYK
RGB Variations
Color information
#01617A (or 0x01617A) is known color: Blue Lagoon. HEX triplet: 01, 61 and 7A. RGB value is (1,97,122). Sum of RGB (Red+Green+Blue) = 1+97+122=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #01617A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01617A is #FE9E85. Grayscale: #464646. Windows color (decimal): -16686726 or 8020225. OLE color: 8020225.
HSL color Cylindrical-coordinate representation of color #01617A: hue angle of 192.4º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01617A is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 97 | 122 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.52 |
| HSL | 192.4º | 0.98% | 0.24% | - |
| HSV(B) | 192.4º | 0.99% | 0.48% | - |
| XYZ | 7.8 | 9.96 | 19.92 | - |
| YUV | 71.15 | 156.7 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 122 | 0.99 | 0.20 | 0 | 0.52 | 192.4 | 0.98 | 0.24 |
| Hex | 1 | 61 | 7A | 63 | 14 | 0 | 34 | C0 | 62 | 18 |
| Octal | 1 | 141 | 172 | 143 | 24 | 0 | 64 | 300 | 142 | 30 |
| Binary | 1 | 1100001 | 1111010 | 1100011 | 10100 | 0 | 110100 | 11000000 | 1100010 | 11000 |
Color Harmonies of #01617A
Complementary color
Monochromatic Colors of #01617A
Black with #01617A
Text Example
Text Example
White with #01617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01617A; }
p { color: rgb(1,97,122); }
H1.HeaderClassName
{
color: #01617A;
}
.AnyTagClassName
{
color: #01617A;
}
</style>
background-color css
<style>
a { background-color: #01617A; }
a { background-color: rgb(1,97,122); }
div.DivClassName
{
background-color: #01617A;
}
.BgClassName
{
background-color: #01617A;
}
</style>
border-color css
<style>
span { border-color: #01617A; }
span { border-color: rgb(1,97,122); }
td.TdClassName
{
border-color: #01617A;
}
.TagClassName
{
border-color: #01617A;
}
</style>