Shades of Blue Lagoon #015C83
Tints of Blue Lagoon #015C83
RGB
CMYK
RGB Variations
Color information
#015C83 (or 0x015C83) is known color: Blue Lagoon. HEX triplet: 01, 5C and 83. RGB value is (1,92,131). Sum of RGB (Red+Green+Blue) = 1+92+131=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 131 (51.56% from 255 or 58.48% from 224); Max value from RGB is 131 - color contains mainly: blue. Hex color #015C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015C83 is #FEA37C. Grayscale: #444444. Windows color (decimal): -16687997 or 8608769. OLE color: 8608769.
HSL color Cylindrical-coordinate representation of color #015C83: hue angle of 198º 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 #015C83 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 92 | 131 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.49 |
| HSL | 198º | 0.98% | 0.26% | - |
| HSV(B) | 198º | 0.99% | 0.51% | - |
| XYZ | 7.94 | 9.3 | 22.85 | - |
| YUV | 69.24 | 162.85 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 131 | 0.99 | 0.30 | 0 | 0.49 | 198 | 0.98 | 0.26 |
| Hex | 1 | 5C | 83 | 63 | 1E | 0 | 31 | C6 | 62 | 1A |
| Octal | 1 | 134 | 203 | 143 | 36 | 0 | 61 | 306 | 142 | 32 |
| Binary | 1 | 1011100 | 10000011 | 1100011 | 11110 | 0 | 110001 | 11000110 | 1100010 | 11010 |
Color Harmonies of #015C83
Complementary color
Monochromatic Colors of #015C83
Black with #015C83
Text Example
Text Example
White with #015C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C83; }
p { color: rgb(1,92,131); }
H1.HeaderClassName
{
color: #015C83;
}
.AnyTagClassName
{
color: #015C83;
}
</style>
background-color css
<style>
a { background-color: #015C83; }
a { background-color: rgb(1,92,131); }
div.DivClassName
{
background-color: #015C83;
}
.BgClassName
{
background-color: #015C83;
}
</style>
border-color css
<style>
span { border-color: #015C83; }
span { border-color: rgb(1,92,131); }
td.TdClassName
{
border-color: #015C83;
}
.TagClassName
{
border-color: #015C83;
}
</style>