Shades of Persian Blue #0D46CB
Tints of Persian Blue #0D46CB
RGB
CMYK
RGB Variations
Color information
#0D46CB (or 0x0D46CB) is known color: Persian Blue. HEX triplet: 0D, 46 and CB. RGB value is (13,70,203). Sum of RGB (Red+Green+Blue) = 13+70+203=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #0D46CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D46CB is #F2B934. Grayscale: #434343. Windows color (decimal): -15907125 or 13321741. OLE color: 13321741.
HSL color Cylindrical-coordinate representation of color #0D46CB: hue angle of 222º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D46CB is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 70 | 203 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.20 |
| HSL | 222º | 0.88% | 0.42% | - |
| HSV(B) | 222º | 0.94% | 0.8% | - |
| XYZ | 13.14 | 8.78 | 57.5 | - |
| YUV | 68.12 | 204.12 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 203 | 0.94 | 0.66 | 0 | 0.20 | 222 | 0.88 | 0.42 |
| Hex | D | 46 | CB | 5E | 42 | 0 | 14 | DE | 58 | 2A |
| Octal | 15 | 106 | 313 | 136 | 102 | 0 | 24 | 336 | 130 | 52 |
| Binary | 1101 | 1000110 | 11001011 | 1011110 | 1000010 | 0 | 10100 | 11011110 | 1011000 | 101010 |
Color Harmonies of #0D46CB
Complementary color
Monochromatic Colors of #0D46CB
Black with #0D46CB
Text Example
Text Example
White with #0D46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D46CB; }
p { color: rgb(13,70,203); }
H1.HeaderClassName
{
color: #0D46CB;
}
.AnyTagClassName
{
color: #0D46CB;
}
</style>
background-color css
<style>
a { background-color: #0D46CB; }
a { background-color: rgb(13,70,203); }
div.DivClassName
{
background-color: #0D46CB;
}
.BgClassName
{
background-color: #0D46CB;
}
</style>
border-color css
<style>
span { border-color: #0D46CB; }
span { border-color: rgb(13,70,203); }
td.TdClassName
{
border-color: #0D46CB;
}
.TagClassName
{
border-color: #0D46CB;
}
</style>