Shades of Blue Lagoon #015272
Tints of Blue Lagoon #015272
RGB
CMYK
RGB Variations
Color information
#015272 (or 0x015272) is known color: Blue Lagoon. HEX triplet: 01, 52 and 72. RGB value is (1,82,114). Sum of RGB (Red+Green+Blue) = 1+82+114=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #015272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015272 is #FEAD8D. Grayscale: #3D3D3D. Windows color (decimal): -16690574 or 7492097. OLE color: 7492097.
HSL color Cylindrical-coordinate representation of color #015272: hue angle of 196.99º 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 #015272 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 82 | 114 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.55 |
| HSL | 196.99º | 0.98% | 0.23% | - |
| HSV(B) | 196.99º | 0.99% | 0.45% | - |
| XYZ | 6.07 | 7.26 | 17 | - |
| YUV | 61.43 | 157.66 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 114 | 0.99 | 0.28 | 0 | 0.55 | 196.99 | 0.98 | 0.23 |
| Hex | 1 | 52 | 72 | 63 | 1C | 0 | 37 | C5 | 62 | 17 |
| Octal | 1 | 122 | 162 | 143 | 34 | 0 | 67 | 305 | 142 | 27 |
| Binary | 1 | 1010010 | 1110010 | 1100011 | 11100 | 0 | 110111 | 11000101 | 1100010 | 10111 |
Color Harmonies of #015272
Complementary color
Monochromatic Colors of #015272
Black with #015272
Text Example
Text Example
White with #015272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015272; }
p { color: rgb(1,82,114); }
H1.HeaderClassName
{
color: #015272;
}
.AnyTagClassName
{
color: #015272;
}
</style>
background-color css
<style>
a { background-color: #015272; }
a { background-color: rgb(1,82,114); }
div.DivClassName
{
background-color: #015272;
}
.BgClassName
{
background-color: #015272;
}
</style>
border-color css
<style>
span { border-color: #015272; }
span { border-color: rgb(1,82,114); }
td.TdClassName
{
border-color: #015272;
}
.TagClassName
{
border-color: #015272;
}
</style>