Shades of Persian Blue #0D35BA
Tints of Persian Blue #0D35BA
RGB
CMYK
RGB Variations
Color information
#0D35BA (or 0x0D35BA) is known color: Persian Blue. HEX triplet: 0D, 35 and BA. RGB value is (13,53,186). Sum of RGB (Red+Green+Blue) = 13+53+186=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D35BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D35BA is #F2CA45. Grayscale: #373737. Windows color (decimal): -15911494 or 12203277. OLE color: 12203277.
HSL color Cylindrical-coordinate representation of color #0D35BA: hue angle of 226.13º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D35BA is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 53 | 186 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.27 |
| HSL | 226.13º | 0.87% | 0.39% | - |
| HSV(B) | 226.13º | 0.93% | 0.73% | - |
| XYZ | 10.3 | 6.18 | 47.1 | - |
| YUV | 56.2 | 201.25 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 186 | 0.93 | 0.72 | 0 | 0.27 | 226.13 | 0.87 | 0.39 |
| Hex | D | 35 | BA | 5D | 48 | 0 | 1B | E2 | 57 | 27 |
| Octal | 15 | 65 | 272 | 135 | 110 | 0 | 33 | 342 | 127 | 47 |
| Binary | 1101 | 110101 | 10111010 | 1011101 | 1001000 | 0 | 11011 | 11100010 | 1010111 | 100111 |
Color Harmonies of #0D35BA
Complementary color
Monochromatic Colors of #0D35BA
Black with #0D35BA
Text Example
Text Example
White with #0D35BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D35BA; }
p { color: rgb(13,53,186); }
H1.HeaderClassName
{
color: #0D35BA;
}
.AnyTagClassName
{
color: #0D35BA;
}
</style>
background-color css
<style>
a { background-color: #0D35BA; }
a { background-color: rgb(13,53,186); }
div.DivClassName
{
background-color: #0D35BA;
}
.BgClassName
{
background-color: #0D35BA;
}
</style>
border-color css
<style>
span { border-color: #0D35BA; }
span { border-color: rgb(13,53,186); }
td.TdClassName
{
border-color: #0D35BA;
}
.TagClassName
{
border-color: #0D35BA;
}
</style>