Shades of Persian Blue #0A35BB
Tints of Persian Blue #0A35BB
RGB
CMYK
RGB Variations
Color information
#0A35BB (or 0x0A35BB) is known color: Persian Blue. HEX triplet: 0A, 35 and BB. RGB value is (10,53,187). Sum of RGB (Red+Green+Blue) = 10+53+187=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A35BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A35BB is #F5CA44. Grayscale: #363636. Windows color (decimal): -16108101 or 12268810. OLE color: 12268810.
HSL color Cylindrical-coordinate representation of color #0A35BB: hue angle of 225.42º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A35BB is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 53 | 187 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.27 |
| HSL | 225.42º | 0.9% | 0.39% | - |
| HSV(B) | 225.42º | 0.95% | 0.73% | - |
| XYZ | 10.37 | 6.2 | 47.66 | - |
| YUV | 55.42 | 202.25 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 53 | 187 | 0.95 | 0.72 | 0 | 0.27 | 225.42 | 0.9 | 0.39 |
| Hex | A | 35 | BB | 5F | 48 | 0 | 1B | E1 | 5A | 27 |
| Octal | 12 | 65 | 273 | 137 | 110 | 0 | 33 | 341 | 132 | 47 |
| Binary | 1010 | 110101 | 10111011 | 1011111 | 1001000 | 0 | 11011 | 11100001 | 1011010 | 100111 |
Color Harmonies of #0A35BB
Complementary color
Monochromatic Colors of #0A35BB
Black with #0A35BB
Text Example
Text Example
White with #0A35BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A35BB; }
p { color: rgb(10,53,187); }
H1.HeaderClassName
{
color: #0A35BB;
}
.AnyTagClassName
{
color: #0A35BB;
}
</style>
background-color css
<style>
a { background-color: #0A35BB; }
a { background-color: rgb(10,53,187); }
div.DivClassName
{
background-color: #0A35BB;
}
.BgClassName
{
background-color: #0A35BB;
}
</style>
border-color css
<style>
span { border-color: #0A35BB; }
span { border-color: rgb(10,53,187); }
td.TdClassName
{
border-color: #0A35BB;
}
.TagClassName
{
border-color: #0A35BB;
}
</style>