Shades of Persian Blue #0D33BF
Tints of Persian Blue #0D33BF
RGB
CMYK
RGB Variations
Color information
#0D33BF (or 0x0D33BF) is known color: Persian Blue. HEX triplet: 0D, 33 and BF. RGB value is (13,51,191). Sum of RGB (Red+Green+Blue) = 13+51+191=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D33BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D33BF is #F2CC40. Grayscale: #373737. Windows color (decimal): -15912001 or 12530445. OLE color: 12530445.
HSL color Cylindrical-coordinate representation of color #0D33BF: hue angle of 227.19º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D33BF is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 51 | 191 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.25 |
| HSL | 227.19º | 0.87% | 0.4% | - |
| HSV(B) | 227.19º | 0.93% | 0.75% | - |
| XYZ | 10.75 | 6.21 | 49.92 | - |
| YUV | 55.6 | 204.41 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 191 | 0.93 | 0.73 | 0 | 0.25 | 227.19 | 0.87 | 0.4 |
| Hex | D | 33 | BF | 5D | 49 | 0 | 19 | E3 | 57 | 28 |
| Octal | 15 | 63 | 277 | 135 | 111 | 0 | 31 | 343 | 127 | 50 |
| Binary | 1101 | 110011 | 10111111 | 1011101 | 1001001 | 0 | 11001 | 11100011 | 1010111 | 101000 |
Color Harmonies of #0D33BF
Complementary color
Monochromatic Colors of #0D33BF
Black with #0D33BF
Text Example
Text Example
White with #0D33BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D33BF; }
p { color: rgb(13,51,191); }
H1.HeaderClassName
{
color: #0D33BF;
}
.AnyTagClassName
{
color: #0D33BF;
}
</style>
background-color css
<style>
a { background-color: #0D33BF; }
a { background-color: rgb(13,51,191); }
div.DivClassName
{
background-color: #0D33BF;
}
.BgClassName
{
background-color: #0D33BF;
}
</style>
border-color css
<style>
span { border-color: #0D33BF; }
span { border-color: rgb(13,51,191); }
td.TdClassName
{
border-color: #0D33BF;
}
.TagClassName
{
border-color: #0D33BF;
}
</style>