Shades of Blue Lagoon #01668D
Tints of Blue Lagoon #01668D
RGB
CMYK
RGB Variations
Color information
#01668D (or 0x01668D) is known color: Blue Lagoon. HEX triplet: 01, 66 and 8D. RGB value is (1,102,141). Sum of RGB (Red+Green+Blue) = 1+102+141=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #01668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01668D is #FE9972. Grayscale: #4B4B4B. Windows color (decimal): -16685427 or 9266689. OLE color: 9266689.
HSL color Cylindrical-coordinate representation of color #01668D: hue angle of 196.71º 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 #01668D is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 102 | 141 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.45 |
| HSL | 196.71º | 0.99% | 0.28% | - |
| HSV(B) | 196.71º | 0.99% | 0.55% | - |
| XYZ | 9.57 | 11.43 | 26.9 | - |
| YUV | 76.25 | 164.54 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 141 | 0.99 | 0.28 | 0 | 0.45 | 196.71 | 0.99 | 0.28 |
| Hex | 1 | 66 | 8D | 63 | 1C | 0 | 2D | C5 | 63 | 1C |
| Octal | 1 | 146 | 215 | 143 | 34 | 0 | 55 | 305 | 143 | 34 |
| Binary | 1 | 1100110 | 10001101 | 1100011 | 11100 | 0 | 101101 | 11000101 | 1100011 | 11100 |
Color Harmonies of #01668D
Complementary color
Monochromatic Colors of #01668D
Black with #01668D
Text Example
Text Example
White with #01668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01668D; }
p { color: rgb(1,102,141); }
H1.HeaderClassName
{
color: #01668D;
}
.AnyTagClassName
{
color: #01668D;
}
</style>
background-color css
<style>
a { background-color: #01668D; }
a { background-color: rgb(1,102,141); }
div.DivClassName
{
background-color: #01668D;
}
.BgClassName
{
background-color: #01668D;
}
</style>
border-color css
<style>
span { border-color: #01668D; }
span { border-color: rgb(1,102,141); }
td.TdClassName
{
border-color: #01668D;
}
.TagClassName
{
border-color: #01668D;
}
</style>