Shades of Blue Lagoon #01617D
Tints of Blue Lagoon #01617D
RGB
CMYK
RGB Variations
Color information
#01617D (or 0x01617D) is known color: Blue Lagoon. HEX triplet: 01, 61 and 7D. RGB value is (1,97,125). Sum of RGB (Red+Green+Blue) = 1+97+125=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #01617D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01617D is #FE9E82. Grayscale: #474747. Windows color (decimal): -16686723 or 8216833. OLE color: 8216833.
HSL color Cylindrical-coordinate representation of color #01617D: hue angle of 193.55º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01617D is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 97 | 125 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.51 |
| HSL | 193.55º | 0.98% | 0.25% | - |
| HSV(B) | 193.55º | 0.99% | 0.49% | - |
| XYZ | 7.99 | 10.04 | 20.92 | - |
| YUV | 71.49 | 158.2 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 125 | 0.99 | 0.22 | 0 | 0.51 | 193.55 | 0.98 | 0.25 |
| Hex | 1 | 61 | 7D | 63 | 16 | 0 | 33 | C2 | 62 | 19 |
| Octal | 1 | 141 | 175 | 143 | 26 | 0 | 63 | 302 | 142 | 31 |
| Binary | 1 | 1100001 | 1111101 | 1100011 | 10110 | 0 | 110011 | 11000010 | 1100010 | 11001 |
Color Harmonies of #01617D
Complementary color
Monochromatic Colors of #01617D
Black with #01617D
Text Example
Text Example
White with #01617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01617D; }
p { color: rgb(1,97,125); }
H1.HeaderClassName
{
color: #01617D;
}
.AnyTagClassName
{
color: #01617D;
}
</style>
background-color css
<style>
a { background-color: #01617D; }
a { background-color: rgb(1,97,125); }
div.DivClassName
{
background-color: #01617D;
}
.BgClassName
{
background-color: #01617D;
}
</style>
border-color css
<style>
span { border-color: #01617D; }
span { border-color: rgb(1,97,125); }
td.TdClassName
{
border-color: #01617D;
}
.TagClassName
{
border-color: #01617D;
}
</style>