Shades of Persian Blue #0D26DA
Tints of Persian Blue #0D26DA
RGB
CMYK
RGB Variations
Color information
#0D26DA (or 0x0D26DA) is known color: Persian Blue. HEX triplet: 0D, 26 and DA. RGB value is (13,38,218). Sum of RGB (Red+Green+Blue) = 13+38+218=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 218 (85.55% from 255 or 81.04% from 269); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D26DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D26DA is #F2D925. Grayscale: #323232. Windows color (decimal): -15915302 or 14296589. OLE color: 14296589.
HSL color Cylindrical-coordinate representation of color #0D26DA: hue angle of 232.68º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D26DA is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 38 | 218 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.15 |
| HSL | 232.68º | 0.89% | 0.45% | - |
| HSV(B) | 232.68º | 0.94% | 0.85% | - |
| XYZ | 13.51 | 6.53 | 66.88 | - |
| YUV | 51.05 | 222.22 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 218 | 0.94 | 0.83 | 0 | 0.15 | 232.68 | 0.89 | 0.45 |
| Hex | D | 26 | DA | 5E | 53 | 0 | F | E9 | 59 | 2D |
| Octal | 15 | 46 | 332 | 136 | 123 | 0 | 17 | 351 | 131 | 55 |
| Binary | 1101 | 100110 | 11011010 | 1011110 | 1010011 | 0 | 1111 | 11101001 | 1011001 | 101101 |
Color Harmonies of #0D26DA
Complementary color
Monochromatic Colors of #0D26DA
Black with #0D26DA
Text Example
Text Example
White with #0D26DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D26DA; }
p { color: rgb(13,38,218); }
H1.HeaderClassName
{
color: #0D26DA;
}
.AnyTagClassName
{
color: #0D26DA;
}
</style>
background-color css
<style>
a { background-color: #0D26DA; }
a { background-color: rgb(13,38,218); }
div.DivClassName
{
background-color: #0D26DA;
}
.BgClassName
{
background-color: #0D26DA;
}
</style>
border-color css
<style>
span { border-color: #0D26DA; }
span { border-color: rgb(13,38,218); }
td.TdClassName
{
border-color: #0D26DA;
}
.TagClassName
{
border-color: #0D26DA;
}
</style>