Shades of Blue Lagoon #0A647F
Tints of Blue Lagoon #0A647F
RGB
CMYK
RGB Variations
Color information
#0A647F (or 0x0A647F) is known color: Blue Lagoon. HEX triplet: 0A, 64 and 7F. RGB value is (10,100,127). Sum of RGB (Red+Green+Blue) = 10+100+127=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #0A647F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A647F is #F59B80. Grayscale: #4B4B4B. Windows color (decimal): -16096129 or 8348682. OLE color: 8348682.
HSL color Cylindrical-coordinate representation of color #0A647F: hue angle of 193.85º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A647F is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 100 | 127 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.50 |
| HSL | 193.85º | 0.85% | 0.27% | - |
| HSV(B) | 193.85º | 0.92% | 0.5% | - |
| XYZ | 8.51 | 10.71 | 21.7 | - |
| YUV | 76.17 | 156.68 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 127 | 0.92 | 0.21 | 0 | 0.50 | 193.85 | 0.85 | 0.27 |
| Hex | A | 64 | 7F | 5C | 15 | 0 | 32 | C2 | 55 | 1B |
| Octal | 12 | 144 | 177 | 134 | 25 | 0 | 62 | 302 | 125 | 33 |
| Binary | 1010 | 1100100 | 1111111 | 1011100 | 10101 | 0 | 110010 | 11000010 | 1010101 | 11011 |
Color Harmonies of #0A647F
Complementary color
Monochromatic Colors of #0A647F
Black with #0A647F
Text Example
Text Example
White with #0A647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A647F; }
p { color: rgb(10,100,127); }
H1.HeaderClassName
{
color: #0A647F;
}
.AnyTagClassName
{
color: #0A647F;
}
</style>
background-color css
<style>
a { background-color: #0A647F; }
a { background-color: rgb(10,100,127); }
div.DivClassName
{
background-color: #0A647F;
}
.BgClassName
{
background-color: #0A647F;
}
</style>
border-color css
<style>
span { border-color: #0A647F; }
span { border-color: rgb(10,100,127); }
td.TdClassName
{
border-color: #0A647F;
}
.TagClassName
{
border-color: #0A647F;
}
</style>