Shades of Eastern Blue #0A949D
Tints of Eastern Blue #0A949D
RGB
CMYK
RGB Variations
Color information
#0A949D (or 0x0A949D) is known color: Eastern Blue. HEX triplet: 0A, 94 and 9D. RGB value is (10,148,157). Sum of RGB (Red+Green+Blue) = 10+148+157=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A949D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A949D is #F56B62. Grayscale: #6B6B6B. Windows color (decimal): -16083811 or 10327050. OLE color: 10327050.
HSL color Cylindrical-coordinate representation of color #0A949D: hue angle of 183.67º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A949D is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 148 | 157 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.38 |
| HSL | 183.67º | 0.88% | 0.33% | - |
| HSV(B) | 183.67º | 0.94% | 0.62% | - |
| XYZ | 16.8 | 23.68 | 35.58 | - |
| YUV | 107.76 | 155.78 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 148 | 157 | 0.94 | 0.06 | 0 | 0.38 | 183.67 | 0.88 | 0.33 |
| Hex | A | 94 | 9D | 5E | 6 | 0 | 26 | B8 | 58 | 21 |
| Octal | 12 | 224 | 235 | 136 | 6 | 0 | 46 | 270 | 130 | 41 |
| Binary | 1010 | 10010100 | 10011101 | 1011110 | 110 | 0 | 100110 | 10111000 | 1011000 | 100001 |
Color Harmonies of #0A949D
Complementary color
Monochromatic Colors of #0A949D
Black with #0A949D
Text Example
Text Example
White with #0A949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A949D; }
p { color: rgb(10,148,157); }
H1.HeaderClassName
{
color: #0A949D;
}
.AnyTagClassName
{
color: #0A949D;
}
</style>
background-color css
<style>
a { background-color: #0A949D; }
a { background-color: rgb(10,148,157); }
div.DivClassName
{
background-color: #0A949D;
}
.BgClassName
{
background-color: #0A949D;
}
</style>
border-color css
<style>
span { border-color: #0A949D; }
span { border-color: rgb(10,148,157); }
td.TdClassName
{
border-color: #0A949D;
}
.TagClassName
{
border-color: #0A949D;
}
</style>