Shades of Blue Lagoon #01678C
Tints of Blue Lagoon #01678C
RGB
CMYK
RGB Variations
Color information
#01678C (or 0x01678C) is known color: Blue Lagoon. HEX triplet: 01, 67 and 8C. RGB value is (1,103,140). Sum of RGB (Red+Green+Blue) = 1+103+140=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #01678C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01678C is #FE9873. Grayscale: #4C4C4C. Windows color (decimal): -16685172 or 9201409. OLE color: 9201409.
HSL color Cylindrical-coordinate representation of color #01678C: hue angle of 195.97º 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 #01678C is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 103 | 140 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.45 |
| HSL | 195.97º | 0.99% | 0.28% | - |
| HSV(B) | 195.97º | 0.99% | 0.55% | - |
| XYZ | 9.6 | 11.6 | 26.54 | - |
| YUV | 76.72 | 163.71 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 140 | 0.99 | 0.26 | 0 | 0.45 | 195.97 | 0.99 | 0.28 |
| Hex | 1 | 67 | 8C | 63 | 1A | 0 | 2D | C4 | 63 | 1C |
| Octal | 1 | 147 | 214 | 143 | 32 | 0 | 55 | 304 | 143 | 34 |
| Binary | 1 | 1100111 | 10001100 | 1100011 | 11010 | 0 | 101101 | 11000100 | 1100011 | 11100 |
Color Harmonies of #01678C
Complementary color
Monochromatic Colors of #01678C
Black with #01678C
Text Example
Text Example
White with #01678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01678C; }
p { color: rgb(1,103,140); }
H1.HeaderClassName
{
color: #01678C;
}
.AnyTagClassName
{
color: #01678C;
}
</style>
background-color css
<style>
a { background-color: #01678C; }
a { background-color: rgb(1,103,140); }
div.DivClassName
{
background-color: #01678C;
}
.BgClassName
{
background-color: #01678C;
}
</style>
border-color css
<style>
span { border-color: #01678C; }
span { border-color: rgb(1,103,140); }
td.TdClassName
{
border-color: #01678C;
}
.TagClassName
{
border-color: #01678C;
}
</style>