Shades of Blue Lagoon #01658A
Tints of Blue Lagoon #01658A
RGB
CMYK
RGB Variations
Color information
#01658A (or 0x01658A) is known color: Blue Lagoon. HEX triplet: 01, 65 and 8A. RGB value is (1,101,138). Sum of RGB (Red+Green+Blue) = 1+101+138=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #01658A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01658A is #FE9A75. Grayscale: #4B4B4B. Windows color (decimal): -16685686 or 9069825. OLE color: 9069825.
HSL color Cylindrical-coordinate representation of color #01658A: hue angle of 196.2º 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 #01658A is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 101 | 138 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.46 |
| HSL | 196.2º | 0.99% | 0.27% | - |
| HSV(B) | 196.2º | 0.99% | 0.54% | - |
| XYZ | 9.25 | 11.15 | 25.71 | - |
| YUV | 75.32 | 163.37 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 138 | 0.99 | 0.27 | 0 | 0.46 | 196.2 | 0.99 | 0.27 |
| Hex | 1 | 65 | 8A | 63 | 1B | 0 | 2E | C4 | 63 | 1B |
| Octal | 1 | 145 | 212 | 143 | 33 | 0 | 56 | 304 | 143 | 33 |
| Binary | 1 | 1100101 | 10001010 | 1100011 | 11011 | 0 | 101110 | 11000100 | 1100011 | 11011 |
Color Harmonies of #01658A
Complementary color
Monochromatic Colors of #01658A
Black with #01658A
Text Example
Text Example
White with #01658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01658A; }
p { color: rgb(1,101,138); }
H1.HeaderClassName
{
color: #01658A;
}
.AnyTagClassName
{
color: #01658A;
}
</style>
background-color css
<style>
a { background-color: #01658A; }
a { background-color: rgb(1,101,138); }
div.DivClassName
{
background-color: #01658A;
}
.BgClassName
{
background-color: #01658A;
}
</style>
border-color css
<style>
span { border-color: #01658A; }
span { border-color: rgb(1,101,138); }
td.TdClassName
{
border-color: #01658A;
}
.TagClassName
{
border-color: #01658A;
}
</style>