Shades of Blue Lagoon #01506C
Tints of Blue Lagoon #01506C
RGB
CMYK
RGB Variations
Color information
#01506C (or 0x01506C) is known color: Blue Lagoon. HEX triplet: 01, 50 and 6C. RGB value is (1,80,108). Sum of RGB (Red+Green+Blue) = 1+80+108=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #01506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01506C is #FEAF93. Grayscale: #3B3B3B. Windows color (decimal): -16691092 or 7098369. OLE color: 7098369.
HSL color Cylindrical-coordinate representation of color #01506C: hue angle of 195.7º 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 #01506C is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 80 | 108 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.58 |
| HSL | 195.7º | 0.98% | 0.21% | - |
| HSV(B) | 195.7º | 0.99% | 0.42% | - |
| XYZ | 5.59 | 6.83 | 15.21 | - |
| YUV | 59.57 | 155.33 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 108 | 0.99 | 0.26 | 0 | 0.58 | 195.7 | 0.98 | 0.21 |
| Hex | 1 | 50 | 6C | 63 | 1A | 0 | 3A | C4 | 62 | 15 |
| Octal | 1 | 120 | 154 | 143 | 32 | 0 | 72 | 304 | 142 | 25 |
| Binary | 1 | 1010000 | 1101100 | 1100011 | 11010 | 0 | 111010 | 11000100 | 1100010 | 10101 |
Color Harmonies of #01506C
Complementary color
Monochromatic Colors of #01506C
Black with #01506C
Text Example
Text Example
White with #01506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01506C; }
p { color: rgb(1,80,108); }
H1.HeaderClassName
{
color: #01506C;
}
.AnyTagClassName
{
color: #01506C;
}
</style>
background-color css
<style>
a { background-color: #01506C; }
a { background-color: rgb(1,80,108); }
div.DivClassName
{
background-color: #01506C;
}
.BgClassName
{
background-color: #01506C;
}
</style>
border-color css
<style>
span { border-color: #01506C; }
span { border-color: rgb(1,80,108); }
td.TdClassName
{
border-color: #01506C;
}
.TagClassName
{
border-color: #01506C;
}
</style>