Shades of Persian Blue #0D43BC
Tints of Persian Blue #0D43BC
RGB
CMYK
RGB Variations
Color information
#0D43BC (or 0x0D43BC) is known color: Persian Blue. HEX triplet: 0D, 43 and BC. RGB value is (13,67,188). Sum of RGB (Red+Green+Blue) = 13+67+188=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D43BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D43BC is #F2BC43. Grayscale: #404040. Windows color (decimal): -15907908 or 12337933. OLE color: 12337933.
HSL color Cylindrical-coordinate representation of color #0D43BC: hue angle of 221.49º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D43BC is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 67 | 188 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.26 |
| HSL | 221.49º | 0.87% | 0.39% | - |
| HSV(B) | 221.49º | 0.93% | 0.74% | - |
| XYZ | 11.25 | 7.73 | 48.48 | - |
| YUV | 64.65 | 197.61 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 188 | 0.93 | 0.64 | 0 | 0.26 | 221.49 | 0.87 | 0.39 |
| Hex | D | 43 | BC | 5D | 40 | 0 | 1A | DD | 57 | 27 |
| Octal | 15 | 103 | 274 | 135 | 100 | 0 | 32 | 335 | 127 | 47 |
| Binary | 1101 | 1000011 | 10111100 | 1011101 | 1000000 | 0 | 11010 | 11011101 | 1010111 | 100111 |
Color Harmonies of #0D43BC
Complementary color
Monochromatic Colors of #0D43BC
Black with #0D43BC
Text Example
Text Example
White with #0D43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D43BC; }
p { color: rgb(13,67,188); }
H1.HeaderClassName
{
color: #0D43BC;
}
.AnyTagClassName
{
color: #0D43BC;
}
</style>
background-color css
<style>
a { background-color: #0D43BC; }
a { background-color: rgb(13,67,188); }
div.DivClassName
{
background-color: #0D43BC;
}
.BgClassName
{
background-color: #0D43BC;
}
</style>
border-color css
<style>
span { border-color: #0D43BC; }
span { border-color: rgb(13,67,188); }
td.TdClassName
{
border-color: #0D43BC;
}
.TagClassName
{
border-color: #0D43BC;
}
</style>