Shades of Blue Lagoon #00536C
Tints of Blue Lagoon #00536C
RGB
CMYK
RGB Variations
Color information
#00536C (or 0x00536C) is known color: Blue Lagoon. HEX triplet: 00, 53 and 6C. RGB value is (0,83,108). Sum of RGB (Red+Green+Blue) = 0+83+108=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #00536C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00536C is #FFAC93. Grayscale: #3C3C3C. Windows color (decimal): -16755860 or 7099136. OLE color: 7099136.
HSL color Cylindrical-coordinate representation of color #00536C: hue angle of 193.89º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00536C is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 83 | 108 | - |
| CMYK | 1 | 0.23 | 0 | 0.58 |
| HSL | 193.89º | 1% | 0.21% | - |
| HSV(B) | 193.89º | 1% | 0.42% | - |
| XYZ | 5.8 | 7.27 | 15.28 | - |
| YUV | 61.03 | 154.5 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 108 | 1 | 0.23 | 0 | 0.58 | 193.89 | 1 | 0.21 |
| Hex | 0 | 53 | 6C | 64 | 17 | 0 | 3A | C2 | 64 | 15 |
| Octal | 0 | 123 | 154 | 144 | 27 | 0 | 72 | 302 | 144 | 25 |
| Binary | 0 | 1010011 | 1101100 | 1100100 | 10111 | 0 | 111010 | 11000010 | 1100100 | 10101 |
Color Harmonies of #00536C
Complementary color
Monochromatic Colors of #00536C
Black with #00536C
Text Example
Text Example
White with #00536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00536C; }
p { color: rgb(0,83,108); }
H1.HeaderClassName
{
color: #00536C;
}
.AnyTagClassName
{
color: #00536C;
}
</style>
background-color css
<style>
a { background-color: #00536C; }
a { background-color: rgb(0,83,108); }
div.DivClassName
{
background-color: #00536C;
}
.BgClassName
{
background-color: #00536C;
}
</style>
border-color css
<style>
span { border-color: #00536C; }
span { border-color: rgb(0,83,108); }
td.TdClassName
{
border-color: #00536C;
}
.TagClassName
{
border-color: #00536C;
}
</style>