Shades of Persian Blue #0A3EBD
Tints of Persian Blue #0A3EBD
RGB
CMYK
RGB Variations
Color information
#0A3EBD (or 0x0A3EBD) is known color: Persian Blue. HEX triplet: 0A, 3E and BD. RGB value is (10,62,189). Sum of RGB (Red+Green+Blue) = 10+62+189=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A3EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3EBD is #F5C142. Grayscale: #3C3C3C. Windows color (decimal): -16105795 or 12402186. OLE color: 12402186.
HSL color Cylindrical-coordinate representation of color #0A3EBD: hue angle of 222.57º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A3EBD is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 62 | 189 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.26 |
| HSL | 222.57º | 0.9% | 0.39% | - |
| HSV(B) | 222.57º | 0.95% | 0.74% | - |
| XYZ | 11.03 | 7.18 | 48.95 | - |
| YUV | 60.93 | 200.27 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 189 | 0.95 | 0.67 | 0 | 0.26 | 222.57 | 0.9 | 0.39 |
| Hex | A | 3E | BD | 5F | 43 | 0 | 1A | DF | 5A | 27 |
| Octal | 12 | 76 | 275 | 137 | 103 | 0 | 32 | 337 | 132 | 47 |
| Binary | 1010 | 111110 | 10111101 | 1011111 | 1000011 | 0 | 11010 | 11011111 | 1011010 | 100111 |
Color Harmonies of #0A3EBD
Complementary color
Monochromatic Colors of #0A3EBD
Black with #0A3EBD
Text Example
Text Example
White with #0A3EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3EBD; }
p { color: rgb(10,62,189); }
H1.HeaderClassName
{
color: #0A3EBD;
}
.AnyTagClassName
{
color: #0A3EBD;
}
</style>
background-color css
<style>
a { background-color: #0A3EBD; }
a { background-color: rgb(10,62,189); }
div.DivClassName
{
background-color: #0A3EBD;
}
.BgClassName
{
background-color: #0A3EBD;
}
</style>
border-color css
<style>
span { border-color: #0A3EBD; }
span { border-color: rgb(10,62,189); }
td.TdClassName
{
border-color: #0A3EBD;
}
.TagClassName
{
border-color: #0A3EBD;
}
</style>