Shades of Persian Blue #0A36DA
Tints of Persian Blue #0A36DA
RGB
CMYK
RGB Variations
Color information
#0A36DA (or 0x0A36DA) is known color: Persian Blue. HEX triplet: 0A, 36 and DA. RGB value is (10,54,218). Sum of RGB (Red+Green+Blue) = 10+54+218=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A36DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A36DA is #F5C925. Grayscale: #3A3A3A. Windows color (decimal): -16107814 or 14300682. OLE color: 14300682.
HSL color Cylindrical-coordinate representation of color #0A36DA: hue angle of 227.31º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A36DA is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 54 | 218 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.15 |
| HSL | 227.31º | 0.91% | 0.45% | - |
| HSV(B) | 227.31º | 0.95% | 0.85% | - |
| XYZ | 14.1 | 7.76 | 67.09 | - |
| YUV | 59.54 | 217.42 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 218 | 0.95 | 0.75 | 0 | 0.15 | 227.31 | 0.91 | 0.45 |
| Hex | A | 36 | DA | 5F | 4B | 0 | F | E3 | 5B | 2D |
| Octal | 12 | 66 | 332 | 137 | 113 | 0 | 17 | 343 | 133 | 55 |
| Binary | 1010 | 110110 | 11011010 | 1011111 | 1001011 | 0 | 1111 | 11100011 | 1011011 | 101101 |
Color Harmonies of #0A36DA
Complementary color
Monochromatic Colors of #0A36DA
Black with #0A36DA
Text Example
Text Example
White with #0A36DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A36DA; }
p { color: rgb(10,54,218); }
H1.HeaderClassName
{
color: #0A36DA;
}
.AnyTagClassName
{
color: #0A36DA;
}
</style>
background-color css
<style>
a { background-color: #0A36DA; }
a { background-color: rgb(10,54,218); }
div.DivClassName
{
background-color: #0A36DA;
}
.BgClassName
{
background-color: #0A36DA;
}
</style>
border-color css
<style>
span { border-color: #0A36DA; }
span { border-color: rgb(10,54,218); }
td.TdClassName
{
border-color: #0A36DA;
}
.TagClassName
{
border-color: #0A36DA;
}
</style>