Shades of Persian Blue #0D2ACF
Tints of Persian Blue #0D2ACF
RGB
CMYK
RGB Variations
Color information
#0D2ACF (or 0x0D2ACF) is known color: Persian Blue. HEX triplet: 0D, 2A and CF. RGB value is (13,42,207). Sum of RGB (Red+Green+Blue) = 13+42+207=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 207 (81.25% from 255 or 79.01% from 262); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D2ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2ACF is #F2D530. Grayscale: #333333. Windows color (decimal): -15914289 or 13576717. OLE color: 13576717.
HSL color Cylindrical-coordinate representation of color #0D2ACF: hue angle of 231.03º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D2ACF is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 42 | 207 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.19 |
| HSL | 231.03º | 0.88% | 0.43% | - |
| HSV(B) | 231.03º | 0.94% | 0.81% | - |
| XYZ | 12.26 | 6.25 | 59.59 | - |
| YUV | 52.14 | 215.39 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 42 | 207 | 0.94 | 0.80 | 0 | 0.19 | 231.03 | 0.88 | 0.43 |
| Hex | D | 2A | CF | 5E | 50 | 0 | 13 | E7 | 58 | 2B |
| Octal | 15 | 52 | 317 | 136 | 120 | 0 | 23 | 347 | 130 | 53 |
| Binary | 1101 | 101010 | 11001111 | 1011110 | 1010000 | 0 | 10011 | 11100111 | 1011000 | 101011 |
Color Harmonies of #0D2ACF
Complementary color
Monochromatic Colors of #0D2ACF
Black with #0D2ACF
Text Example
Text Example
White with #0D2ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2ACF; }
p { color: rgb(13,42,207); }
H1.HeaderClassName
{
color: #0D2ACF;
}
.AnyTagClassName
{
color: #0D2ACF;
}
</style>
background-color css
<style>
a { background-color: #0D2ACF; }
a { background-color: rgb(13,42,207); }
div.DivClassName
{
background-color: #0D2ACF;
}
.BgClassName
{
background-color: #0D2ACF;
}
</style>
border-color css
<style>
span { border-color: #0D2ACF; }
span { border-color: rgb(13,42,207); }
td.TdClassName
{
border-color: #0D2ACF;
}
.TagClassName
{
border-color: #0D2ACF;
}
</style>