Shades of Blue Lagoon #015D83
Tints of Blue Lagoon #015D83
RGB
CMYK
RGB Variations
Color information
#015D83 (or 0x015D83) is known color: Blue Lagoon. HEX triplet: 01, 5D and 83. RGB value is (1,93,131). Sum of RGB (Red+Green+Blue) = 1+93+131=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #015D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015D83 is #FEA27C. Grayscale: #454545. Windows color (decimal): -16687741 or 8609025. OLE color: 8609025.
HSL color Cylindrical-coordinate representation of color #015D83: hue angle of 197.54º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D83 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 93 | 131 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.49 |
| HSL | 197.54º | 0.98% | 0.26% | - |
| HSV(B) | 197.54º | 0.99% | 0.51% | - |
| XYZ | 8.02 | 9.47 | 22.88 | - |
| YUV | 69.82 | 162.52 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 131 | 0.99 | 0.29 | 0 | 0.49 | 197.54 | 0.98 | 0.26 |
| Hex | 1 | 5D | 83 | 63 | 1D | 0 | 31 | C6 | 62 | 1A |
| Octal | 1 | 135 | 203 | 143 | 35 | 0 | 61 | 306 | 142 | 32 |
| Binary | 1 | 1011101 | 10000011 | 1100011 | 11101 | 0 | 110001 | 11000110 | 1100010 | 11010 |
Color Harmonies of #015D83
Complementary color
Monochromatic Colors of #015D83
Black with #015D83
Text Example
Text Example
White with #015D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D83; }
p { color: rgb(1,93,131); }
H1.HeaderClassName
{
color: #015D83;
}
.AnyTagClassName
{
color: #015D83;
}
</style>
background-color css
<style>
a { background-color: #015D83; }
a { background-color: rgb(1,93,131); }
div.DivClassName
{
background-color: #015D83;
}
.BgClassName
{
background-color: #015D83;
}
</style>
border-color css
<style>
span { border-color: #015D83; }
span { border-color: rgb(1,93,131); }
td.TdClassName
{
border-color: #015D83;
}
.TagClassName
{
border-color: #015D83;
}
</style>