Shades of Blue Lagoon #015271
Tints of Blue Lagoon #015271
RGB
CMYK
RGB Variations
Color information
#015271 (or 0x015271) is known color: Blue Lagoon. HEX triplet: 01, 52 and 71. RGB value is (1,82,113). Sum of RGB (Red+Green+Blue) = 1+82+113=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #015271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015271 is #FEAD8E. Grayscale: #3D3D3D. Windows color (decimal): -16690575 or 7426561. OLE color: 7426561.
HSL color Cylindrical-coordinate representation of color #015271: hue angle of 196.61º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015271 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 82 | 113 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.56 |
| HSL | 196.61º | 0.98% | 0.22% | - |
| HSV(B) | 196.61º | 0.99% | 0.44% | - |
| XYZ | 6.01 | 7.23 | 16.7 | - |
| YUV | 61.32 | 157.16 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 113 | 0.99 | 0.27 | 0 | 0.56 | 196.61 | 0.98 | 0.22 |
| Hex | 1 | 52 | 71 | 63 | 1B | 0 | 38 | C5 | 62 | 16 |
| Octal | 1 | 122 | 161 | 143 | 33 | 0 | 70 | 305 | 142 | 26 |
| Binary | 1 | 1010010 | 1110001 | 1100011 | 11011 | 0 | 111000 | 11000101 | 1100010 | 10110 |
Color Harmonies of #015271
Complementary color
Monochromatic Colors of #015271
Black with #015271
Text Example
Text Example
White with #015271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015271; }
p { color: rgb(1,82,113); }
H1.HeaderClassName
{
color: #015271;
}
.AnyTagClassName
{
color: #015271;
}
</style>
background-color css
<style>
a { background-color: #015271; }
a { background-color: rgb(1,82,113); }
div.DivClassName
{
background-color: #015271;
}
.BgClassName
{
background-color: #015271;
}
</style>
border-color css
<style>
span { border-color: #015271; }
span { border-color: rgb(1,82,113); }
td.TdClassName
{
border-color: #015271;
}
.TagClassName
{
border-color: #015271;
}
</style>