Shades of Persian Blue #0D33BE
Tints of Persian Blue #0D33BE
RGB
CMYK
RGB Variations
Color information
#0D33BE (or 0x0D33BE) is known color: Persian Blue. HEX triplet: 0D, 33 and BE. RGB value is (13,51,190). Sum of RGB (Red+Green+Blue) = 13+51+190=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D33BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D33BE is #F2CC41. Grayscale: #363636. Windows color (decimal): -15912002 or 12464909. OLE color: 12464909.
HSL color Cylindrical-coordinate representation of color #0D33BE: hue angle of 227.12º 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 #0D33BE is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 51 | 190 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.25 |
| HSL | 227.12º | 0.87% | 0.4% | - |
| HSV(B) | 227.12º | 0.93% | 0.75% | - |
| XYZ | 10.64 | 6.17 | 49.35 | - |
| YUV | 55.48 | 203.91 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 190 | 0.93 | 0.73 | 0 | 0.25 | 227.12 | 0.87 | 0.4 |
| Hex | D | 33 | BE | 5D | 49 | 0 | 19 | E3 | 57 | 28 |
| Octal | 15 | 63 | 276 | 135 | 111 | 0 | 31 | 343 | 127 | 50 |
| Binary | 1101 | 110011 | 10111110 | 1011101 | 1001001 | 0 | 11001 | 11100011 | 1010111 | 101000 |
Color Harmonies of #0D33BE
Complementary color
Monochromatic Colors of #0D33BE
Black with #0D33BE
Text Example
Text Example
White with #0D33BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D33BE; }
p { color: rgb(13,51,190); }
H1.HeaderClassName
{
color: #0D33BE;
}
.AnyTagClassName
{
color: #0D33BE;
}
</style>
background-color css
<style>
a { background-color: #0D33BE; }
a { background-color: rgb(13,51,190); }
div.DivClassName
{
background-color: #0D33BE;
}
.BgClassName
{
background-color: #0D33BE;
}
</style>
border-color css
<style>
span { border-color: #0D33BE; }
span { border-color: rgb(13,51,190); }
td.TdClassName
{
border-color: #0D33BE;
}
.TagClassName
{
border-color: #0D33BE;
}
</style>