Shades of Blue Lagoon #0A647D
Tints of Blue Lagoon #0A647D
RGB
CMYK
RGB Variations
Color information
#0A647D (or 0x0A647D) is known color: Blue Lagoon. HEX triplet: 0A, 64 and 7D. RGB value is (10,100,125). Sum of RGB (Red+Green+Blue) = 10+100+125=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A647D is #F59B82. Grayscale: #4B4B4B. Windows color (decimal): -16096131 or 8217610. OLE color: 8217610.
HSL color Cylindrical-coordinate representation of color #0A647D: hue angle of 193.04º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A647D is Cyan = 0.92, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 100 | 125 | - |
| CMYK | 0.92 | 0.2 | 0 | 0.51 |
| HSL | 193.04º | 0.85% | 0.26% | - |
| HSV(B) | 193.04º | 0.92% | 0.49% | - |
| XYZ | 8.38 | 10.66 | 21.02 | - |
| YUV | 75.94 | 155.68 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 125 | 0.92 | 0.2 | 0 | 0.51 | 193.04 | 0.85 | 0.26 |
| Hex | A | 64 | 7D | 5C | 14 | 0 | 33 | C1 | 55 | 1A |
| Octal | 12 | 144 | 175 | 134 | 24 | 0 | 63 | 301 | 125 | 32 |
| Binary | 1010 | 1100100 | 1111101 | 1011100 | 10100 | 0 | 110011 | 11000001 | 1010101 | 11010 |
Color Harmonies of #0A647D
Complementary color
Monochromatic Colors of #0A647D
Black with #0A647D
Text Example
Text Example
White with #0A647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A647D; }
p { color: rgb(10,100,125); }
H1.HeaderClassName
{
color: #0A647D;
}
.AnyTagClassName
{
color: #0A647D;
}
</style>
background-color css
<style>
a { background-color: #0A647D; }
a { background-color: rgb(10,100,125); }
div.DivClassName
{
background-color: #0A647D;
}
.BgClassName
{
background-color: #0A647D;
}
</style>
border-color css
<style>
span { border-color: #0A647D; }
span { border-color: rgb(10,100,125); }
td.TdClassName
{
border-color: #0A647D;
}
.TagClassName
{
border-color: #0A647D;
}
</style>