Shades of Persian Blue #0D2FDA
Tints of Persian Blue #0D2FDA
RGB
CMYK
RGB Variations
Color information
#0D2FDA (or 0x0D2FDA) is known color: Persian Blue. HEX triplet: 0D, 2F and DA. RGB value is (13,47,218). Sum of RGB (Red+Green+Blue) = 13+47+218=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 218 (85.55% from 255 or 78.42% from 278); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D2FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2FDA is #F2D025. Grayscale: #373737. Windows color (decimal): -15912998 or 14298893. OLE color: 14298893.
HSL color Cylindrical-coordinate representation of color #0D2FDA: hue angle of 230.05º 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 #0D2FDA is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 47 | 218 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.15 |
| HSL | 230.05º | 0.89% | 0.45% | - |
| HSV(B) | 230.05º | 0.94% | 0.85% | - |
| XYZ | 13.84 | 7.18 | 66.99 | - |
| YUV | 56.33 | 219.24 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 47 | 218 | 0.94 | 0.78 | 0 | 0.15 | 230.05 | 0.89 | 0.45 |
| Hex | D | 2F | DA | 5E | 4E | 0 | F | E6 | 59 | 2D |
| Octal | 15 | 57 | 332 | 136 | 116 | 0 | 17 | 346 | 131 | 55 |
| Binary | 1101 | 101111 | 11011010 | 1011110 | 1001110 | 0 | 1111 | 11100110 | 1011001 | 101101 |
Color Harmonies of #0D2FDA
Complementary color
Monochromatic Colors of #0D2FDA
Black with #0D2FDA
Text Example
Text Example
White with #0D2FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2FDA; }
p { color: rgb(13,47,218); }
H1.HeaderClassName
{
color: #0D2FDA;
}
.AnyTagClassName
{
color: #0D2FDA;
}
</style>
background-color css
<style>
a { background-color: #0D2FDA; }
a { background-color: rgb(13,47,218); }
div.DivClassName
{
background-color: #0D2FDA;
}
.BgClassName
{
background-color: #0D2FDA;
}
</style>
border-color css
<style>
span { border-color: #0D2FDA; }
span { border-color: rgb(13,47,218); }
td.TdClassName
{
border-color: #0D2FDA;
}
.TagClassName
{
border-color: #0D2FDA;
}
</style>