Shades of Blue Lagoon #01627B
Tints of Blue Lagoon #01627B
RGB
CMYK
RGB Variations
Color information
#01627B (or 0x01627B) is known color: Blue Lagoon. HEX triplet: 01, 62 and 7B. RGB value is (1,98,123). Sum of RGB (Red+Green+Blue) = 1+98+123=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #01627B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01627B is #FE9D84. Grayscale: #474747. Windows color (decimal): -16686469 or 8086017. OLE color: 8086017.
HSL color Cylindrical-coordinate representation of color #01627B: hue angle of 192.3º 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 #01627B is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 98 | 123 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.52 |
| HSL | 192.3º | 0.98% | 0.24% | - |
| HSV(B) | 192.3º | 0.99% | 0.48% | - |
| XYZ | 7.96 | 10.17 | 20.28 | - |
| YUV | 71.85 | 156.86 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 123 | 0.99 | 0.20 | 0 | 0.52 | 192.3 | 0.98 | 0.24 |
| Hex | 1 | 62 | 7B | 63 | 14 | 0 | 34 | C0 | 62 | 18 |
| Octal | 1 | 142 | 173 | 143 | 24 | 0 | 64 | 300 | 142 | 30 |
| Binary | 1 | 1100010 | 1111011 | 1100011 | 10100 | 0 | 110100 | 11000000 | 1100010 | 11000 |
Color Harmonies of #01627B
Complementary color
Monochromatic Colors of #01627B
Black with #01627B
Text Example
Text Example
White with #01627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01627B; }
p { color: rgb(1,98,123); }
H1.HeaderClassName
{
color: #01627B;
}
.AnyTagClassName
{
color: #01627B;
}
</style>
background-color css
<style>
a { background-color: #01627B; }
a { background-color: rgb(1,98,123); }
div.DivClassName
{
background-color: #01627B;
}
.BgClassName
{
background-color: #01627B;
}
</style>
border-color css
<style>
span { border-color: #01627B; }
span { border-color: rgb(1,98,123); }
td.TdClassName
{
border-color: #01627B;
}
.TagClassName
{
border-color: #01627B;
}
</style>