Shades of Blue Lagoon #005263
Tints of Blue Lagoon #005263
RGB
CMYK
RGB Variations
Color information
#005263 (or 0x005263) is known color: Blue Lagoon. HEX triplet: 00, 52 and 63. RGB value is (0,82,99). Sum of RGB (Red+Green+Blue) = 0+82+99=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #005263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005263 is #FFAD9C. Grayscale: #3B3B3B. Windows color (decimal): -16756125 or 6509056. OLE color: 6509056.
HSL color Cylindrical-coordinate representation of color #005263: hue angle of 190.3º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005263 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 82 | 99 | - |
| CMYK | 1 | 0.17 | 0 | 0.61 |
| HSL | 190.3º | 1% | 0.19% | - |
| HSV(B) | 190.3º | 1% | 0.39% | - |
| XYZ | 5.27 | 6.94 | 12.87 | - |
| YUV | 59.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 99 | 1 | 0.17 | 0 | 0.61 | 190.3 | 1 | 0.19 |
| Hex | 0 | 52 | 63 | 64 | 11 | 0 | 3D | BE | 64 | 13 |
| Octal | 0 | 122 | 143 | 144 | 21 | 0 | 75 | 276 | 144 | 23 |
| Binary | 0 | 1010010 | 1100011 | 1100100 | 10001 | 0 | 111101 | 10111110 | 1100100 | 10011 |
Color Harmonies of #005263
Complementary color
Monochromatic Colors of #005263
Black with #005263
Text Example
Text Example
White with #005263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005263; }
p { color: rgb(0,82,99); }
H1.HeaderClassName
{
color: #005263;
}
.AnyTagClassName
{
color: #005263;
}
</style>
background-color css
<style>
a { background-color: #005263; }
a { background-color: rgb(0,82,99); }
div.DivClassName
{
background-color: #005263;
}
.BgClassName
{
background-color: #005263;
}
</style>
border-color css
<style>
span { border-color: #005263; }
span { border-color: rgb(0,82,99); }
td.TdClassName
{
border-color: #005263;
}
.TagClassName
{
border-color: #005263;
}
</style>