Shades of Persian Blue #0A45DB
Tints of Persian Blue #0A45DB
RGB
CMYK
RGB Variations
Color information
#0A45DB (or 0x0A45DB) is known color: Persian Blue. HEX triplet: 0A, 45 and DB. RGB value is (10,69,219). Sum of RGB (Red+Green+Blue) = 10+69+219=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A45DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A45DB is #F5BA24. Grayscale: #434343. Windows color (decimal): -16103973 or 14370058. OLE color: 14370058.
HSL color Cylindrical-coordinate representation of color #0A45DB: hue angle of 223.06º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A45DB is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 69 | 219 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.14 |
| HSL | 223.06º | 0.91% | 0.45% | - |
| HSV(B) | 223.06º | 0.95% | 0.86% | - |
| XYZ | 15.04 | 9.44 | 68.05 | - |
| YUV | 68.46 | 212.95 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 219 | 0.95 | 0.68 | 0 | 0.14 | 223.06 | 0.91 | 0.45 |
| Hex | A | 45 | DB | 5F | 44 | 0 | E | DF | 5B | 2D |
| Octal | 12 | 105 | 333 | 137 | 104 | 0 | 16 | 337 | 133 | 55 |
| Binary | 1010 | 1000101 | 11011011 | 1011111 | 1000100 | 0 | 1110 | 11011111 | 1011011 | 101101 |
Color Harmonies of #0A45DB
Complementary color
Monochromatic Colors of #0A45DB
Black with #0A45DB
Text Example
Text Example
White with #0A45DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A45DB; }
p { color: rgb(10,69,219); }
H1.HeaderClassName
{
color: #0A45DB;
}
.AnyTagClassName
{
color: #0A45DB;
}
</style>
background-color css
<style>
a { background-color: #0A45DB; }
a { background-color: rgb(10,69,219); }
div.DivClassName
{
background-color: #0A45DB;
}
.BgClassName
{
background-color: #0A45DB;
}
</style>
border-color css
<style>
span { border-color: #0A45DB; }
span { border-color: rgb(10,69,219); }
td.TdClassName
{
border-color: #0A45DB;
}
.TagClassName
{
border-color: #0A45DB;
}
</style>