Shades of Blue Lagoon #01636A
Tints of Blue Lagoon #01636A
RGB
CMYK
RGB Variations
Color information
#01636A (or 0x01636A) is known color: Blue Lagoon. HEX triplet: 01, 63 and 6A. RGB value is (1,99,106). Sum of RGB (Red+Green+Blue) = 1+99+106=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #01636A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01636A is #FE9C95. Grayscale: #464646. Windows color (decimal): -16686230 or 6972161. OLE color: 6972161.
HSL color Cylindrical-coordinate representation of color #01636A: hue angle of 184º 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 #01636A is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 99 | 106 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.58 |
| HSL | 184º | 0.98% | 0.21% | - |
| HSV(B) | 184º | 0.99% | 0.42% | - |
| XYZ | 7.08 | 9.97 | 15.19 | - |
| YUV | 70.5 | 148.03 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 106 | 0.99 | 0.07 | 0 | 0.58 | 184 | 0.98 | 0.21 |
| Hex | 1 | 63 | 6A | 63 | 7 | 0 | 3A | B8 | 62 | 15 |
| Octal | 1 | 143 | 152 | 143 | 7 | 0 | 72 | 270 | 142 | 25 |
| Binary | 1 | 1100011 | 1101010 | 1100011 | 111 | 0 | 111010 | 10111000 | 1100010 | 10101 |
Color Harmonies of #01636A
Complementary color
Monochromatic Colors of #01636A
Black with #01636A
Text Example
Text Example
White with #01636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01636A; }
p { color: rgb(1,99,106); }
H1.HeaderClassName
{
color: #01636A;
}
.AnyTagClassName
{
color: #01636A;
}
</style>
background-color css
<style>
a { background-color: #01636A; }
a { background-color: rgb(1,99,106); }
div.DivClassName
{
background-color: #01636A;
}
.BgClassName
{
background-color: #01636A;
}
</style>
border-color css
<style>
span { border-color: #01636A; }
span { border-color: rgb(1,99,106); }
td.TdClassName
{
border-color: #01636A;
}
.TagClassName
{
border-color: #01636A;
}
</style>