Shades of Blue #0A1EEA
Tints of Blue #0A1EEA
RGB
CMYK
RGB Variations
Color information
#0A1EEA (or 0x0A1EEA) is known color: Blue. HEX triplet: 0A, 1E and EA. RGB value is (10,30,234). Sum of RGB (Red+Green+Blue) = 10+30+234=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 234 (91.80% from 255 or 85.40% from 274); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A1EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A1EEA is #F5E115. Grayscale: #2E2E2E. Windows color (decimal): -16113942 or 15343114. OLE color: 15343114.
HSL color Cylindrical-coordinate representation of color #0A1EEA: hue angle of 234.64º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A1EEA is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 30 | 234 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.08 |
| HSL | 234.64º | 0.92% | 0.48% | - |
| HSV(B) | 234.64º | 0.96% | 0.92% | - |
| XYZ | 15.44 | 6.93 | 78.37 | - |
| YUV | 47.28 | 233.37 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 234 | 0.96 | 0.87 | 0 | 0.08 | 234.64 | 0.92 | 0.48 |
| Hex | A | 1E | EA | 60 | 57 | 0 | 8 | EB | 5C | 30 |
| Octal | 12 | 36 | 352 | 140 | 127 | 0 | 10 | 353 | 134 | 60 |
| Binary | 1010 | 11110 | 11101010 | 1100000 | 1010111 | 0 | 1000 | 11101011 | 1011100 | 110000 |
Color Harmonies of #0A1EEA
Complementary color
Monochromatic Colors of #0A1EEA
Black with #0A1EEA
Text Example
Text Example
White with #0A1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1EEA; }
p { color: rgb(10,30,234); }
H1.HeaderClassName
{
color: #0A1EEA;
}
.AnyTagClassName
{
color: #0A1EEA;
}
</style>
background-color css
<style>
a { background-color: #0A1EEA; }
a { background-color: rgb(10,30,234); }
div.DivClassName
{
background-color: #0A1EEA;
}
.BgClassName
{
background-color: #0A1EEA;
}
</style>
border-color css
<style>
span { border-color: #0A1EEA; }
span { border-color: rgb(10,30,234); }
td.TdClassName
{
border-color: #0A1EEA;
}
.TagClassName
{
border-color: #0A1EEA;
}
</style>