Shades of Blue Lagoon #01618C
Tints of Blue Lagoon #01618C
RGB
CMYK
RGB Variations
Color information
#01618C (or 0x01618C) is known color: Blue Lagoon. HEX triplet: 01, 61 and 8C. RGB value is (1,97,140). Sum of RGB (Red+Green+Blue) = 1+97+140=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #01618C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01618C is #FE9E73. Grayscale: #484848. Windows color (decimal): -16686708 or 9199873. OLE color: 9199873.
HSL color Cylindrical-coordinate representation of color #01618C: hue angle of 198.56º 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 #01618C is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 97 | 140 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.45 |
| HSL | 198.56º | 0.99% | 0.28% | - |
| HSV(B) | 198.56º | 0.99% | 0.55% | - |
| XYZ | 9.02 | 10.45 | 26.35 | - |
| YUV | 73.2 | 165.7 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 140 | 0.99 | 0.31 | 0 | 0.45 | 198.56 | 0.99 | 0.28 |
| Hex | 1 | 61 | 8C | 63 | 1F | 0 | 2D | C7 | 63 | 1C |
| Octal | 1 | 141 | 214 | 143 | 37 | 0 | 55 | 307 | 143 | 34 |
| Binary | 1 | 1100001 | 10001100 | 1100011 | 11111 | 0 | 101101 | 11000111 | 1100011 | 11100 |
Color Harmonies of #01618C
Complementary color
Monochromatic Colors of #01618C
Black with #01618C
Text Example
Text Example
White with #01618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01618C; }
p { color: rgb(1,97,140); }
H1.HeaderClassName
{
color: #01618C;
}
.AnyTagClassName
{
color: #01618C;
}
</style>
background-color css
<style>
a { background-color: #01618C; }
a { background-color: rgb(1,97,140); }
div.DivClassName
{
background-color: #01618C;
}
.BgClassName
{
background-color: #01618C;
}
</style>
border-color css
<style>
span { border-color: #01618C; }
span { border-color: rgb(1,97,140); }
td.TdClassName
{
border-color: #01618C;
}
.TagClassName
{
border-color: #01618C;
}
</style>