Shades of Blue Lagoon #015365
Tints of Blue Lagoon #015365
RGB
CMYK
RGB Variations
Color information
#015365 (or 0x015365) is known color: Blue Lagoon. HEX triplet: 01, 53 and 65. RGB value is (1,83,101). Sum of RGB (Red+Green+Blue) = 1+83+101=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #015365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015365 is #FEAC9A. Grayscale: #3C3C3C. Windows color (decimal): -16690331 or 6640385. OLE color: 6640385.
HSL color Cylindrical-coordinate representation of color #015365: hue angle of 190.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015365 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 83 | 101 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.60 |
| HSL | 190.8º | 0.98% | 0.2% | - |
| HSV(B) | 190.8º | 0.99% | 0.4% | - |
| XYZ | 5.45 | 7.13 | 13.4 | - |
| YUV | 60.53 | 150.83 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 101 | 0.99 | 0.18 | 0 | 0.60 | 190.8 | 0.98 | 0.2 |
| Hex | 1 | 53 | 65 | 63 | 12 | 0 | 3C | BF | 62 | 14 |
| Octal | 1 | 123 | 145 | 143 | 22 | 0 | 74 | 277 | 142 | 24 |
| Binary | 1 | 1010011 | 1100101 | 1100011 | 10010 | 0 | 111100 | 10111111 | 1100010 | 10100 |
Color Harmonies of #015365
Complementary color
Monochromatic Colors of #015365
Black with #015365
Text Example
Text Example
White with #015365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015365; }
p { color: rgb(1,83,101); }
H1.HeaderClassName
{
color: #015365;
}
.AnyTagClassName
{
color: #015365;
}
</style>
background-color css
<style>
a { background-color: #015365; }
a { background-color: rgb(1,83,101); }
div.DivClassName
{
background-color: #015365;
}
.BgClassName
{
background-color: #015365;
}
</style>
border-color css
<style>
span { border-color: #015365; }
span { border-color: rgb(1,83,101); }
td.TdClassName
{
border-color: #015365;
}
.TagClassName
{
border-color: #015365;
}
</style>