Shades of Blue Lagoon #01608C
Tints of Blue Lagoon #01608C
RGB
CMYK
RGB Variations
Color information
#01608C (or 0x01608C) is known color: Blue Lagoon. HEX triplet: 01, 60 and 8C. RGB value is (1,96,140). Sum of RGB (Red+Green+Blue) = 1+96+140=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #01608C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01608C is #FE9F73. Grayscale: #484848. Windows color (decimal): -16686964 or 9199617. OLE color: 9199617.
HSL color Cylindrical-coordinate representation of color #01608C: hue angle of 198.99º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01608C is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 96 | 140 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.45 |
| HSL | 198.99º | 0.99% | 0.28% | - |
| HSV(B) | 198.99º | 0.99% | 0.55% | - |
| XYZ | 8.93 | 10.27 | 26.32 | - |
| YUV | 72.61 | 166.03 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 140 | 0.99 | 0.31 | 0 | 0.45 | 198.99 | 0.99 | 0.28 |
| Hex | 1 | 60 | 8C | 63 | 1F | 0 | 2D | C7 | 63 | 1C |
| Octal | 1 | 140 | 214 | 143 | 37 | 0 | 55 | 307 | 143 | 34 |
| Binary | 1 | 1100000 | 10001100 | 1100011 | 11111 | 0 | 101101 | 11000111 | 1100011 | 11100 |
Color Harmonies of #01608C
Complementary color
Monochromatic Colors of #01608C
Black with #01608C
Text Example
Text Example
White with #01608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01608C; }
p { color: rgb(1,96,140); }
H1.HeaderClassName
{
color: #01608C;
}
.AnyTagClassName
{
color: #01608C;
}
</style>
background-color css
<style>
a { background-color: #01608C; }
a { background-color: rgb(1,96,140); }
div.DivClassName
{
background-color: #01608C;
}
.BgClassName
{
background-color: #01608C;
}
</style>
border-color css
<style>
span { border-color: #01608C; }
span { border-color: rgb(1,96,140); }
td.TdClassName
{
border-color: #01608C;
}
.TagClassName
{
border-color: #01608C;
}
</style>