Shades of Persian Blue #0D27C2
Tints of Persian Blue #0D27C2
RGB
CMYK
RGB Variations
Color information
#0D27C2 (or 0x0D27C2) is known color: Persian Blue. HEX triplet: 0D, 27 and C2. RGB value is (13,39,194). Sum of RGB (Red+Green+Blue) = 13+39+194=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 194 (76.17% from 255 or 78.86% from 246); Max value from RGB is 194 - color contains mainly: blue. Hex color #0D27C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D27C2 is #F2D83D. Grayscale: #303030. Windows color (decimal): -15915070 or 12723981. OLE color: 12723981.
HSL color Cylindrical-coordinate representation of color #0D27C2: hue angle of 231.38º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D27C2 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 39 | 194 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.24 |
| HSL | 231.38º | 0.87% | 0.41% | - |
| HSV(B) | 231.38º | 0.93% | 0.76% | - |
| XYZ | 10.63 | 5.43 | 51.53 | - |
| YUV | 48.9 | 209.89 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 39 | 194 | 0.93 | 0.80 | 0 | 0.24 | 231.38 | 0.87 | 0.41 |
| Hex | D | 27 | C2 | 5D | 50 | 0 | 18 | E7 | 57 | 29 |
| Octal | 15 | 47 | 302 | 135 | 120 | 0 | 30 | 347 | 127 | 51 |
| Binary | 1101 | 100111 | 11000010 | 1011101 | 1010000 | 0 | 11000 | 11100111 | 1010111 | 101001 |
Color Harmonies of #0D27C2
Complementary color
Monochromatic Colors of #0D27C2
Black with #0D27C2
Text Example
Text Example
White with #0D27C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D27C2; }
p { color: rgb(13,39,194); }
H1.HeaderClassName
{
color: #0D27C2;
}
.AnyTagClassName
{
color: #0D27C2;
}
</style>
background-color css
<style>
a { background-color: #0D27C2; }
a { background-color: rgb(13,39,194); }
div.DivClassName
{
background-color: #0D27C2;
}
.BgClassName
{
background-color: #0D27C2;
}
</style>
border-color css
<style>
span { border-color: #0D27C2; }
span { border-color: rgb(13,39,194); }
td.TdClassName
{
border-color: #0D27C2;
}
.TagClassName
{
border-color: #0D27C2;
}
</style>