Shades of Blue Lagoon #01608A
Tints of Blue Lagoon #01608A
RGB
CMYK
RGB Variations
Color information
#01608A (or 0x01608A) is known color: Blue Lagoon. HEX triplet: 01, 60 and 8A. RGB value is (1,96,138). Sum of RGB (Red+Green+Blue) = 1+96+138=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #01608A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01608A is #FE9F75. Grayscale: #484848. Windows color (decimal): -16686966 or 9068545. OLE color: 9068545.
HSL color Cylindrical-coordinate representation of color #01608A: hue angle of 198.39º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01608A is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 96 | 138 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.46 |
| HSL | 198.39º | 0.99% | 0.27% | - |
| HSV(B) | 198.39º | 0.99% | 0.54% | - |
| XYZ | 8.78 | 10.21 | 25.55 | - |
| YUV | 72.38 | 165.03 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 138 | 0.99 | 0.30 | 0 | 0.46 | 198.39 | 0.99 | 0.27 |
| Hex | 1 | 60 | 8A | 63 | 1E | 0 | 2E | C6 | 63 | 1B |
| Octal | 1 | 140 | 212 | 143 | 36 | 0 | 56 | 306 | 143 | 33 |
| Binary | 1 | 1100000 | 10001010 | 1100011 | 11110 | 0 | 101110 | 11000110 | 1100011 | 11011 |
Color Harmonies of #01608A
Complementary color
Monochromatic Colors of #01608A
Black with #01608A
Text Example
Text Example
White with #01608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01608A; }
p { color: rgb(1,96,138); }
H1.HeaderClassName
{
color: #01608A;
}
.AnyTagClassName
{
color: #01608A;
}
</style>
background-color css
<style>
a { background-color: #01608A; }
a { background-color: rgb(1,96,138); }
div.DivClassName
{
background-color: #01608A;
}
.BgClassName
{
background-color: #01608A;
}
</style>
border-color css
<style>
span { border-color: #01608A; }
span { border-color: rgb(1,96,138); }
td.TdClassName
{
border-color: #01608A;
}
.TagClassName
{
border-color: #01608A;
}
</style>