Shades of Blue Lagoon #01636C
Tints of Blue Lagoon #01636C
RGB
CMYK
RGB Variations
Color information
#01636C (or 0x01636C) is known color: Blue Lagoon. HEX triplet: 01, 63 and 6C. RGB value is (1,99,108). Sum of RGB (Red+Green+Blue) = 1+99+108=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #01636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01636C is #FE9C93. Grayscale: #464646. Windows color (decimal): -16686228 or 7103233. OLE color: 7103233.
HSL color Cylindrical-coordinate representation of color #01636C: hue angle of 185.05º 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 #01636C is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 99 | 108 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.58 |
| HSL | 185.05º | 0.98% | 0.21% | - |
| HSV(B) | 185.05º | 0.99% | 0.42% | - |
| XYZ | 7.18 | 10.01 | 15.74 | - |
| YUV | 70.72 | 149.03 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 108 | 0.99 | 0.08 | 0 | 0.58 | 185.05 | 0.98 | 0.21 |
| Hex | 1 | 63 | 6C | 63 | 8 | 0 | 3A | B9 | 62 | 15 |
| Octal | 1 | 143 | 154 | 143 | 10 | 0 | 72 | 271 | 142 | 25 |
| Binary | 1 | 1100011 | 1101100 | 1100011 | 1000 | 0 | 111010 | 10111001 | 1100010 | 10101 |
Color Harmonies of #01636C
Complementary color
Monochromatic Colors of #01636C
Black with #01636C
Text Example
Text Example
White with #01636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01636C; }
p { color: rgb(1,99,108); }
H1.HeaderClassName
{
color: #01636C;
}
.AnyTagClassName
{
color: #01636C;
}
</style>
background-color css
<style>
a { background-color: #01636C; }
a { background-color: rgb(1,99,108); }
div.DivClassName
{
background-color: #01636C;
}
.BgClassName
{
background-color: #01636C;
}
</style>
border-color css
<style>
span { border-color: #01636C; }
span { border-color: rgb(1,99,108); }
td.TdClassName
{
border-color: #01636C;
}
.TagClassName
{
border-color: #01636C;
}
</style>