Shades of Blue Lagoon #01637D
Tints of Blue Lagoon #01637D
RGB
CMYK
RGB Variations
Color information
#01637D (or 0x01637D) is known color: Blue Lagoon. HEX triplet: 01, 63 and 7D. RGB value is (1,99,125). Sum of RGB (Red+Green+Blue) = 1+99+125=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #01637D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01637D is #FE9C82. Grayscale: #484848. Windows color (decimal): -16686211 or 8217345. OLE color: 8217345.
HSL color Cylindrical-coordinate representation of color #01637D: hue angle of 192.58º 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 #01637D is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 99 | 125 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.51 |
| HSL | 192.58º | 0.98% | 0.25% | - |
| HSV(B) | 192.58º | 0.99% | 0.49% | - |
| XYZ | 8.18 | 10.41 | 20.98 | - |
| YUV | 72.66 | 157.53 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 125 | 0.99 | 0.21 | 0 | 0.51 | 192.58 | 0.98 | 0.25 |
| Hex | 1 | 63 | 7D | 63 | 15 | 0 | 33 | C1 | 62 | 19 |
| Octal | 1 | 143 | 175 | 143 | 25 | 0 | 63 | 301 | 142 | 31 |
| Binary | 1 | 1100011 | 1111101 | 1100011 | 10101 | 0 | 110011 | 11000001 | 1100010 | 11001 |
Color Harmonies of #01637D
Complementary color
Monochromatic Colors of #01637D
Black with #01637D
Text Example
Text Example
White with #01637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01637D; }
p { color: rgb(1,99,125); }
H1.HeaderClassName
{
color: #01637D;
}
.AnyTagClassName
{
color: #01637D;
}
</style>
background-color css
<style>
a { background-color: #01637D; }
a { background-color: rgb(1,99,125); }
div.DivClassName
{
background-color: #01637D;
}
.BgClassName
{
background-color: #01637D;
}
</style>
border-color css
<style>
span { border-color: #01637D; }
span { border-color: rgb(1,99,125); }
td.TdClassName
{
border-color: #01637D;
}
.TagClassName
{
border-color: #01637D;
}
</style>