Shades of Blue Lagoon #01536C
Tints of Blue Lagoon #01536C
RGB
CMYK
RGB Variations
Color information
#01536C (or 0x01536C) is known color: Blue Lagoon. HEX triplet: 01, 53 and 6C. RGB value is (1,83,108). Sum of RGB (Red+Green+Blue) = 1+83+108=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #01536C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01536C is #FEAC93. Grayscale: #3D3D3D. Windows color (decimal): -16690324 or 7099137. OLE color: 7099137.
HSL color Cylindrical-coordinate representation of color #01536C: hue angle of 194.02º 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 #01536C is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 83 | 108 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.58 |
| HSL | 194.02º | 0.98% | 0.21% | - |
| HSV(B) | 194.02º | 0.99% | 0.42% | - |
| XYZ | 5.81 | 7.28 | 15.29 | - |
| YUV | 61.33 | 154.33 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 108 | 0.99 | 0.23 | 0 | 0.58 | 194.02 | 0.98 | 0.21 |
| Hex | 1 | 53 | 6C | 63 | 17 | 0 | 3A | C2 | 62 | 15 |
| Octal | 1 | 123 | 154 | 143 | 27 | 0 | 72 | 302 | 142 | 25 |
| Binary | 1 | 1010011 | 1101100 | 1100011 | 10111 | 0 | 111010 | 11000010 | 1100010 | 10101 |
Color Harmonies of #01536C
Complementary color
Monochromatic Colors of #01536C
Black with #01536C
Text Example
Text Example
White with #01536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01536C; }
p { color: rgb(1,83,108); }
H1.HeaderClassName
{
color: #01536C;
}
.AnyTagClassName
{
color: #01536C;
}
</style>
background-color css
<style>
a { background-color: #01536C; }
a { background-color: rgb(1,83,108); }
div.DivClassName
{
background-color: #01536C;
}
.BgClassName
{
background-color: #01536C;
}
</style>
border-color css
<style>
span { border-color: #01536C; }
span { border-color: rgb(1,83,108); }
td.TdClassName
{
border-color: #01536C;
}
.TagClassName
{
border-color: #01536C;
}
</style>