Shades of Persian Blue #0A3DDD
Tints of Persian Blue #0A3DDD
RGB
CMYK
RGB Variations
Color information
#0A3DDD (or 0x0A3DDD) is known color: Persian Blue. HEX triplet: 0A, 3D and DD. RGB value is (10,61,221). Sum of RGB (Red+Green+Blue) = 10+61+221=292 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.42% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A3DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3DDD is #F5C222. Grayscale: #3F3F3F. Windows color (decimal): -16106019 or 14499082. OLE color: 14499082.
HSL color Cylindrical-coordinate representation of color #0A3DDD: hue angle of 225.5º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A3DDD is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 61 | 221 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.13 |
| HSL | 225.5º | 0.91% | 0.45% | - |
| HSV(B) | 225.5º | 0.95% | 0.87% | - |
| XYZ | 14.85 | 8.62 | 69.29 | - |
| YUV | 63.99 | 216.6 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 61 | 221 | 0.95 | 0.72 | 0 | 0.13 | 225.5 | 0.91 | 0.45 |
| Hex | A | 3D | DD | 5F | 48 | 0 | D | E1 | 5B | 2D |
| Octal | 12 | 75 | 335 | 137 | 110 | 0 | 15 | 341 | 133 | 55 |
| Binary | 1010 | 111101 | 11011101 | 1011111 | 1001000 | 0 | 1101 | 11100001 | 1011011 | 101101 |
Color Harmonies of #0A3DDD
Complementary color
Monochromatic Colors of #0A3DDD
Black with #0A3DDD
Text Example
Text Example
White with #0A3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3DDD; }
p { color: rgb(10,61,221); }
H1.HeaderClassName
{
color: #0A3DDD;
}
.AnyTagClassName
{
color: #0A3DDD;
}
</style>
background-color css
<style>
a { background-color: #0A3DDD; }
a { background-color: rgb(10,61,221); }
div.DivClassName
{
background-color: #0A3DDD;
}
.BgClassName
{
background-color: #0A3DDD;
}
</style>
border-color css
<style>
span { border-color: #0A3DDD; }
span { border-color: rgb(10,61,221); }
td.TdClassName
{
border-color: #0A3DDD;
}
.TagClassName
{
border-color: #0A3DDD;
}
</style>