Shades of Blue Lagoon #015263
Tints of Blue Lagoon #015263
RGB
CMYK
RGB Variations
Color information
#015263 (or 0x015263) is known color: Blue Lagoon. HEX triplet: 01, 52 and 63. RGB value is (1,82,99). Sum of RGB (Red+Green+Blue) = 1+82+99=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #015263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015263 is #FEAD9C. Grayscale: #3B3B3B. Windows color (decimal): -16690589 or 6509057. OLE color: 6509057.
HSL color Cylindrical-coordinate representation of color #015263: hue angle of 190.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015263 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 82 | 99 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.61 |
| HSL | 190.41º | 0.98% | 0.2% | - |
| HSV(B) | 190.41º | 0.99% | 0.39% | - |
| XYZ | 5.28 | 6.94 | 12.87 | - |
| YUV | 59.72 | 150.16 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 99 | 0.99 | 0.17 | 0 | 0.61 | 190.41 | 0.98 | 0.2 |
| Hex | 1 | 52 | 63 | 63 | 11 | 0 | 3D | BE | 62 | 14 |
| Octal | 1 | 122 | 143 | 143 | 21 | 0 | 75 | 276 | 142 | 24 |
| Binary | 1 | 1010010 | 1100011 | 1100011 | 10001 | 0 | 111101 | 10111110 | 1100010 | 10100 |
Color Harmonies of #015263
Complementary color
Monochromatic Colors of #015263
Black with #015263
Text Example
Text Example
White with #015263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015263; }
p { color: rgb(1,82,99); }
H1.HeaderClassName
{
color: #015263;
}
.AnyTagClassName
{
color: #015263;
}
</style>
background-color css
<style>
a { background-color: #015263; }
a { background-color: rgb(1,82,99); }
div.DivClassName
{
background-color: #015263;
}
.BgClassName
{
background-color: #015263;
}
</style>
border-color css
<style>
span { border-color: #015263; }
span { border-color: rgb(1,82,99); }
td.TdClassName
{
border-color: #015263;
}
.TagClassName
{
border-color: #015263;
}
</style>