Shades of Persian Blue #0A3ECA
Tints of Persian Blue #0A3ECA
RGB
CMYK
RGB Variations
Color information
#0A3ECA (or 0x0A3ECA) is known color: Persian Blue. HEX triplet: 0A, 3E and CA. RGB value is (10,62,202). Sum of RGB (Red+Green+Blue) = 10+62+202=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 202 (79.30% from 255 or 73.72% from 274); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A3ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3ECA is #F5C135. Grayscale: #3D3D3D. Windows color (decimal): -16105782 or 13254154. OLE color: 13254154.
HSL color Cylindrical-coordinate representation of color #0A3ECA: hue angle of 223.75º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A3ECA is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 62 | 202 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.21 |
| HSL | 223.75º | 0.91% | 0.42% | - |
| HSV(B) | 223.75º | 0.95% | 0.79% | - |
| XYZ | 12.51 | 7.77 | 56.72 | - |
| YUV | 62.41 | 206.77 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 202 | 0.95 | 0.69 | 0 | 0.21 | 223.75 | 0.91 | 0.42 |
| Hex | A | 3E | CA | 5F | 45 | 0 | 15 | E0 | 5B | 2A |
| Octal | 12 | 76 | 312 | 137 | 105 | 0 | 25 | 340 | 133 | 52 |
| Binary | 1010 | 111110 | 11001010 | 1011111 | 1000101 | 0 | 10101 | 11100000 | 1011011 | 101010 |
Color Harmonies of #0A3ECA
Complementary color
Monochromatic Colors of #0A3ECA
Black with #0A3ECA
Text Example
Text Example
White with #0A3ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3ECA; }
p { color: rgb(10,62,202); }
H1.HeaderClassName
{
color: #0A3ECA;
}
.AnyTagClassName
{
color: #0A3ECA;
}
</style>
background-color css
<style>
a { background-color: #0A3ECA; }
a { background-color: rgb(10,62,202); }
div.DivClassName
{
background-color: #0A3ECA;
}
.BgClassName
{
background-color: #0A3ECA;
}
</style>
border-color css
<style>
span { border-color: #0A3ECA; }
span { border-color: rgb(10,62,202); }
td.TdClassName
{
border-color: #0A3ECA;
}
.TagClassName
{
border-color: #0A3ECA;
}
</style>