Shades of Persian Blue #0A3FCD
Tints of Persian Blue #0A3FCD
RGB
CMYK
RGB Variations
Color information
#0A3FCD (or 0x0A3FCD) is known color: Persian Blue. HEX triplet: 0A, 3F and CD. RGB value is (10,63,205). Sum of RGB (Red+Green+Blue) = 10+63+205=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 205 (80.47% from 255 or 73.74% from 278); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A3FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3FCD is #F5C032. Grayscale: #3E3E3E. Windows color (decimal): -16105523 or 13451018. OLE color: 13451018.
HSL color Cylindrical-coordinate representation of color #0A3FCD: hue angle of 223.69º 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 #0A3FCD is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 63 | 205 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.20 |
| HSL | 223.69º | 0.91% | 0.42% | - |
| HSV(B) | 223.69º | 0.95% | 0.8% | - |
| XYZ | 12.92 | 8.03 | 58.63 | - |
| YUV | 63.34 | 207.94 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 63 | 205 | 0.95 | 0.69 | 0 | 0.20 | 223.69 | 0.91 | 0.42 |
| Hex | A | 3F | CD | 5F | 45 | 0 | 14 | E0 | 5B | 2A |
| Octal | 12 | 77 | 315 | 137 | 105 | 0 | 24 | 340 | 133 | 52 |
| Binary | 1010 | 111111 | 11001101 | 1011111 | 1000101 | 0 | 10100 | 11100000 | 1011011 | 101010 |
Color Harmonies of #0A3FCD
Complementary color
Monochromatic Colors of #0A3FCD
Black with #0A3FCD
Text Example
Text Example
White with #0A3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3FCD; }
p { color: rgb(10,63,205); }
H1.HeaderClassName
{
color: #0A3FCD;
}
.AnyTagClassName
{
color: #0A3FCD;
}
</style>
background-color css
<style>
a { background-color: #0A3FCD; }
a { background-color: rgb(10,63,205); }
div.DivClassName
{
background-color: #0A3FCD;
}
.BgClassName
{
background-color: #0A3FCD;
}
</style>
border-color css
<style>
span { border-color: #0A3FCD; }
span { border-color: rgb(10,63,205); }
td.TdClassName
{
border-color: #0A3FCD;
}
.TagClassName
{
border-color: #0A3FCD;
}
</style>