Shades of Blue Lagoon #01526B
Tints of Blue Lagoon #01526B
RGB
CMYK
RGB Variations
Color information
#01526B (or 0x01526B) is known color: Blue Lagoon. HEX triplet: 01, 52 and 6B. RGB value is (1,82,107). Sum of RGB (Red+Green+Blue) = 1+82+107=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #01526B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01526B is #FEAD94. Grayscale: #3C3C3C. Windows color (decimal): -16690581 or 7033345. OLE color: 7033345.
HSL color Cylindrical-coordinate representation of color #01526B: hue angle of 194.15º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01526B is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 82 | 107 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.58 |
| HSL | 194.15º | 0.98% | 0.21% | - |
| HSV(B) | 194.15º | 0.99% | 0.42% | - |
| XYZ | 5.68 | 7.1 | 14.98 | - |
| YUV | 60.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 107 | 0.99 | 0.23 | 0 | 0.58 | 194.15 | 0.98 | 0.21 |
| Hex | 1 | 52 | 6B | 63 | 17 | 0 | 3A | C2 | 62 | 15 |
| Octal | 1 | 122 | 153 | 143 | 27 | 0 | 72 | 302 | 142 | 25 |
| Binary | 1 | 1010010 | 1101011 | 1100011 | 10111 | 0 | 111010 | 11000010 | 1100010 | 10101 |
Color Harmonies of #01526B
Complementary color
Monochromatic Colors of #01526B
Black with #01526B
Text Example
Text Example
White with #01526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01526B; }
p { color: rgb(1,82,107); }
H1.HeaderClassName
{
color: #01526B;
}
.AnyTagClassName
{
color: #01526B;
}
</style>
background-color css
<style>
a { background-color: #01526B; }
a { background-color: rgb(1,82,107); }
div.DivClassName
{
background-color: #01526B;
}
.BgClassName
{
background-color: #01526B;
}
</style>
border-color css
<style>
span { border-color: #01526B; }
span { border-color: rgb(1,82,107); }
td.TdClassName
{
border-color: #01526B;
}
.TagClassName
{
border-color: #01526B;
}
</style>