Shades of Blue Lagoon #015273
Tints of Blue Lagoon #015273
RGB
CMYK
RGB Variations
Color information
#015273 (or 0x015273) is known color: Blue Lagoon. HEX triplet: 01, 52 and 73. RGB value is (1,82,115). Sum of RGB (Red+Green+Blue) = 1+82+115=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #015273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015273 is #FEAD8C. Grayscale: #3D3D3D. Windows color (decimal): -16690573 or 7557633. OLE color: 7557633.
HSL color Cylindrical-coordinate representation of color #015273: hue angle of 197.37º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015273 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 82 | 115 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.55 |
| HSL | 197.37º | 0.98% | 0.23% | - |
| HSV(B) | 197.37º | 0.99% | 0.45% | - |
| XYZ | 6.12 | 7.28 | 17.3 | - |
| YUV | 61.54 | 158.16 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 115 | 0.99 | 0.29 | 0 | 0.55 | 197.37 | 0.98 | 0.23 |
| Hex | 1 | 52 | 73 | 63 | 1D | 0 | 37 | C5 | 62 | 17 |
| Octal | 1 | 122 | 163 | 143 | 35 | 0 | 67 | 305 | 142 | 27 |
| Binary | 1 | 1010010 | 1110011 | 1100011 | 11101 | 0 | 110111 | 11000101 | 1100010 | 10111 |
Color Harmonies of #015273
Complementary color
Monochromatic Colors of #015273
Black with #015273
Text Example
Text Example
White with #015273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015273; }
p { color: rgb(1,82,115); }
H1.HeaderClassName
{
color: #015273;
}
.AnyTagClassName
{
color: #015273;
}
</style>
background-color css
<style>
a { background-color: #015273; }
a { background-color: rgb(1,82,115); }
div.DivClassName
{
background-color: #015273;
}
.BgClassName
{
background-color: #015273;
}
</style>
border-color css
<style>
span { border-color: #015273; }
span { border-color: rgb(1,82,115); }
td.TdClassName
{
border-color: #015273;
}
.TagClassName
{
border-color: #015273;
}
</style>