Shades of Blue Lagoon #0A637D
Tints of Blue Lagoon #0A637D
RGB
CMYK
RGB Variations
Color information
#0A637D (or 0x0A637D) is known color: Blue Lagoon. HEX triplet: 0A, 63 and 7D. RGB value is (10,99,125). Sum of RGB (Red+Green+Blue) = 10+99+125=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A637D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A637D is #F59C82. Grayscale: #4B4B4B. Windows color (decimal): -16096387 or 8217354. OLE color: 8217354.
HSL color Cylindrical-coordinate representation of color #0A637D: hue angle of 193.57º 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 #0A637D is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 99 | 125 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.51 |
| HSL | 193.57º | 0.85% | 0.26% | - |
| HSV(B) | 193.57º | 0.92% | 0.49% | - |
| XYZ | 8.29 | 10.47 | 20.99 | - |
| YUV | 75.35 | 156.01 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 125 | 0.92 | 0.21 | 0 | 0.51 | 193.57 | 0.85 | 0.26 |
| Hex | A | 63 | 7D | 5C | 15 | 0 | 33 | C2 | 55 | 1A |
| Octal | 12 | 143 | 175 | 134 | 25 | 0 | 63 | 302 | 125 | 32 |
| Binary | 1010 | 1100011 | 1111101 | 1011100 | 10101 | 0 | 110011 | 11000010 | 1010101 | 11010 |
Color Harmonies of #0A637D
Complementary color
Monochromatic Colors of #0A637D
Black with #0A637D
Text Example
Text Example
White with #0A637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A637D; }
p { color: rgb(10,99,125); }
H1.HeaderClassName
{
color: #0A637D;
}
.AnyTagClassName
{
color: #0A637D;
}
</style>
background-color css
<style>
a { background-color: #0A637D; }
a { background-color: rgb(10,99,125); }
div.DivClassName
{
background-color: #0A637D;
}
.BgClassName
{
background-color: #0A637D;
}
</style>
border-color css
<style>
span { border-color: #0A637D; }
span { border-color: rgb(10,99,125); }
td.TdClassName
{
border-color: #0A637D;
}
.TagClassName
{
border-color: #0A637D;
}
</style>