Shades of Persian Blue #0A3FDE
Tints of Persian Blue #0A3FDE
RGB
CMYK
RGB Variations
Color information
#0A3FDE (or 0x0A3FDE) is known color: Persian Blue. HEX triplet: 0A, 3F and DE. RGB value is (10,63,222). Sum of RGB (Red+Green+Blue) = 10+63+222=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 222 (87.11% from 255 or 75.25% from 295); Max value from RGB is 222 - color contains mainly: blue. Hex color #0A3FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3FDE is #F5C021. Grayscale: #404040. Windows color (decimal): -16105506 or 14565130. OLE color: 14565130.
HSL color Cylindrical-coordinate representation of color #0A3FDE: hue angle of 225º 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 #0A3FDE is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 63 | 222 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.13 |
| HSL | 225º | 0.91% | 0.45% | - |
| HSV(B) | 225º | 0.95% | 0.87% | - |
| XYZ | 15.09 | 8.89 | 70.03 | - |
| YUV | 65.28 | 216.44 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 63 | 222 | 0.95 | 0.72 | 0 | 0.13 | 225 | 0.91 | 0.45 |
| Hex | A | 3F | DE | 5F | 48 | 0 | D | E1 | 5B | 2D |
| Octal | 12 | 77 | 336 | 137 | 110 | 0 | 15 | 341 | 133 | 55 |
| Binary | 1010 | 111111 | 11011110 | 1011111 | 1001000 | 0 | 1101 | 11100001 | 1011011 | 101101 |
Color Harmonies of #0A3FDE
Complementary color
Monochromatic Colors of #0A3FDE
Black with #0A3FDE
Text Example
Text Example
White with #0A3FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3FDE; }
p { color: rgb(10,63,222); }
H1.HeaderClassName
{
color: #0A3FDE;
}
.AnyTagClassName
{
color: #0A3FDE;
}
</style>
background-color css
<style>
a { background-color: #0A3FDE; }
a { background-color: rgb(10,63,222); }
div.DivClassName
{
background-color: #0A3FDE;
}
.BgClassName
{
background-color: #0A3FDE;
}
</style>
border-color css
<style>
span { border-color: #0A3FDE; }
span { border-color: rgb(10,63,222); }
td.TdClassName
{
border-color: #0A3FDE;
}
.TagClassName
{
border-color: #0A3FDE;
}
</style>