Shades of Blue Lagoon #015C7D
Tints of Blue Lagoon #015C7D
RGB
CMYK
RGB Variations
Color information
#015C7D (or 0x015C7D) is known color: Blue Lagoon. HEX triplet: 01, 5C and 7D. RGB value is (1,92,125). Sum of RGB (Red+Green+Blue) = 1+92+125=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #015C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C7D is #FEA382. Grayscale: #444444. Windows color (decimal): -16688003 or 8215553. OLE color: 8215553.
HSL color Cylindrical-coordinate representation of color #015C7D: hue angle of 195.97º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C7D is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 92 | 125 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.51 |
| HSL | 195.97º | 0.98% | 0.25% | - |
| HSV(B) | 195.97º | 0.99% | 0.49% | - |
| XYZ | 7.54 | 9.14 | 20.77 | - |
| YUV | 68.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 125 | 0.99 | 0.26 | 0 | 0.51 | 195.97 | 0.98 | 0.25 |
| Hex | 1 | 5C | 7D | 63 | 1A | 0 | 33 | C4 | 62 | 19 |
| Octal | 1 | 134 | 175 | 143 | 32 | 0 | 63 | 304 | 142 | 31 |
| Binary | 1 | 1011100 | 1111101 | 1100011 | 11010 | 0 | 110011 | 11000100 | 1100010 | 11001 |
Color Harmonies of #015C7D
Complementary color
Monochromatic Colors of #015C7D
Black with #015C7D
Text Example
Text Example
White with #015C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C7D; }
p { color: rgb(1,92,125); }
H1.HeaderClassName
{
color: #015C7D;
}
.AnyTagClassName
{
color: #015C7D;
}
</style>
background-color css
<style>
a { background-color: #015C7D; }
a { background-color: rgb(1,92,125); }
div.DivClassName
{
background-color: #015C7D;
}
.BgClassName
{
background-color: #015C7D;
}
</style>
border-color css
<style>
span { border-color: #015C7D; }
span { border-color: rgb(1,92,125); }
td.TdClassName
{
border-color: #015C7D;
}
.TagClassName
{
border-color: #015C7D;
}
</style>