Shades of Blue Lagoon #015367
Tints of Blue Lagoon #015367
RGB
CMYK
RGB Variations
Color information
#015367 (or 0x015367) is known color: Blue Lagoon. HEX triplet: 01, 53 and 67. RGB value is (1,83,103). Sum of RGB (Red+Green+Blue) = 1+83+103=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #015367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015367 is #FEAC98. Grayscale: #3C3C3C. Windows color (decimal): -16690329 or 6771457. OLE color: 6771457.
HSL color Cylindrical-coordinate representation of color #015367: hue angle of 191.76º 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 #015367 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 83 | 103 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.60 |
| HSL | 191.76º | 0.98% | 0.2% | - |
| HSV(B) | 191.76º | 0.99% | 0.4% | - |
| XYZ | 5.55 | 7.17 | 13.92 | - |
| YUV | 60.76 | 151.83 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 103 | 0.99 | 0.19 | 0 | 0.60 | 191.76 | 0.98 | 0.2 |
| Hex | 1 | 53 | 67 | 63 | 13 | 0 | 3C | C0 | 62 | 14 |
| Octal | 1 | 123 | 147 | 143 | 23 | 0 | 74 | 300 | 142 | 24 |
| Binary | 1 | 1010011 | 1100111 | 1100011 | 10011 | 0 | 111100 | 11000000 | 1100010 | 10100 |
Color Harmonies of #015367
Complementary color
Monochromatic Colors of #015367
Black with #015367
Text Example
Text Example
White with #015367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015367; }
p { color: rgb(1,83,103); }
H1.HeaderClassName
{
color: #015367;
}
.AnyTagClassName
{
color: #015367;
}
</style>
background-color css
<style>
a { background-color: #015367; }
a { background-color: rgb(1,83,103); }
div.DivClassName
{
background-color: #015367;
}
.BgClassName
{
background-color: #015367;
}
</style>
border-color css
<style>
span { border-color: #015367; }
span { border-color: rgb(1,83,103); }
td.TdClassName
{
border-color: #015367;
}
.TagClassName
{
border-color: #015367;
}
</style>