Shades of Blue Lagoon #01648B
Tints of Blue Lagoon #01648B
RGB
CMYK
RGB Variations
Color information
#01648B (or 0x01648B) is known color: Blue Lagoon. HEX triplet: 01, 64 and 8B. RGB value is (1,100,139). Sum of RGB (Red+Green+Blue) = 1+100+139=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #01648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01648B is #FE9B74. Grayscale: #4A4A4A. Windows color (decimal): -16685941 or 9135105. OLE color: 9135105.
HSL color Cylindrical-coordinate representation of color #01648B: hue angle of 196.96º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01648B is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 100 | 139 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.45 |
| HSL | 196.96º | 0.99% | 0.27% | - |
| HSV(B) | 196.96º | 0.99% | 0.55% | - |
| XYZ | 9.23 | 10.98 | 26.06 | - |
| YUV | 74.85 | 164.2 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 139 | 0.99 | 0.28 | 0 | 0.45 | 196.96 | 0.99 | 0.27 |
| Hex | 1 | 64 | 8B | 63 | 1C | 0 | 2D | C5 | 63 | 1B |
| Octal | 1 | 144 | 213 | 143 | 34 | 0 | 55 | 305 | 143 | 33 |
| Binary | 1 | 1100100 | 10001011 | 1100011 | 11100 | 0 | 101101 | 11000101 | 1100011 | 11011 |
Color Harmonies of #01648B
Complementary color
Monochromatic Colors of #01648B
Black with #01648B
Text Example
Text Example
White with #01648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01648B; }
p { color: rgb(1,100,139); }
H1.HeaderClassName
{
color: #01648B;
}
.AnyTagClassName
{
color: #01648B;
}
</style>
background-color css
<style>
a { background-color: #01648B; }
a { background-color: rgb(1,100,139); }
div.DivClassName
{
background-color: #01648B;
}
.BgClassName
{
background-color: #01648B;
}
</style>
border-color css
<style>
span { border-color: #01648B; }
span { border-color: rgb(1,100,139); }
td.TdClassName
{
border-color: #01648B;
}
.TagClassName
{
border-color: #01648B;
}
</style>