Shades of Persian Blue #0A3ECD
Tints of Persian Blue #0A3ECD
RGB
CMYK
RGB Variations
Color information
#0A3ECD (or 0x0A3ECD) is known color: Persian Blue. HEX triplet: 0A, 3E and CD. RGB value is (10,62,205). Sum of RGB (Red+Green+Blue) = 10+62+205=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A3ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3ECD is #F5C132. Grayscale: #3E3E3E. Windows color (decimal): -16105779 or 13450762. OLE color: 13450762.
HSL color Cylindrical-coordinate representation of color #0A3ECD: hue angle of 224º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A3ECD is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 62 | 205 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.20 |
| HSL | 224º | 0.91% | 0.42% | - |
| HSV(B) | 224º | 0.95% | 0.8% | - |
| XYZ | 12.87 | 7.92 | 58.61 | - |
| YUV | 62.75 | 208.27 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 205 | 0.95 | 0.70 | 0 | 0.20 | 224 | 0.91 | 0.42 |
| Hex | A | 3E | CD | 5F | 46 | 0 | 14 | E0 | 5B | 2A |
| Octal | 12 | 76 | 315 | 137 | 106 | 0 | 24 | 340 | 133 | 52 |
| Binary | 1010 | 111110 | 11001101 | 1011111 | 1000110 | 0 | 10100 | 11100000 | 1011011 | 101010 |
Color Harmonies of #0A3ECD
Complementary color
Monochromatic Colors of #0A3ECD
Black with #0A3ECD
Text Example
Text Example
White with #0A3ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3ECD; }
p { color: rgb(10,62,205); }
H1.HeaderClassName
{
color: #0A3ECD;
}
.AnyTagClassName
{
color: #0A3ECD;
}
</style>
background-color css
<style>
a { background-color: #0A3ECD; }
a { background-color: rgb(10,62,205); }
div.DivClassName
{
background-color: #0A3ECD;
}
.BgClassName
{
background-color: #0A3ECD;
}
</style>
border-color css
<style>
span { border-color: #0A3ECD; }
span { border-color: rgb(10,62,205); }
td.TdClassName
{
border-color: #0A3ECD;
}
.TagClassName
{
border-color: #0A3ECD;
}
</style>