Shades of Persian Blue #0D37EE
Tints of Persian Blue #0D37EE
RGB
CMYK
RGB Variations
Color information
#0D37EE (or 0x0D37EE) is known color: Persian Blue. HEX triplet: 0D, 37 and EE. RGB value is (13,55,238). Sum of RGB (Red+Green+Blue) = 13+55+238=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 238 (93.36% from 255 or 77.78% from 306); Max value from RGB is 238 - color contains mainly: blue. Hex color #0D37EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D37EE is #F2C811. Grayscale: #3E3E3E. Windows color (decimal): -15910930 or 15611661. OLE color: 15611661.
HSL color Cylindrical-coordinate representation of color #0D37EE: hue angle of 228.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D37EE is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 55 | 238 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.07 |
| HSL | 228.8º | 0.9% | 0.49% | - |
| HSV(B) | 228.8º | 0.95% | 0.93% | - |
| XYZ | 16.96 | 8.99 | 81.73 | - |
| YUV | 63.3 | 226.59 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 55 | 238 | 0.95 | 0.77 | 0 | 0.07 | 228.8 | 0.9 | 0.49 |
| Hex | D | 37 | EE | 5F | 4D | 0 | 7 | E5 | 5A | 31 |
| Octal | 15 | 67 | 356 | 137 | 115 | 0 | 7 | 345 | 132 | 61 |
| Binary | 1101 | 110111 | 11101110 | 1011111 | 1001101 | 0 | 111 | 11100101 | 1011010 | 110001 |
Color Harmonies of #0D37EE
Complementary color
Monochromatic Colors of #0D37EE
Black with #0D37EE
Text Example
Text Example
White with #0D37EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D37EE; }
p { color: rgb(13,55,238); }
H1.HeaderClassName
{
color: #0D37EE;
}
.AnyTagClassName
{
color: #0D37EE;
}
</style>
background-color css
<style>
a { background-color: #0D37EE; }
a { background-color: rgb(13,55,238); }
div.DivClassName
{
background-color: #0D37EE;
}
.BgClassName
{
background-color: #0D37EE;
}
</style>
border-color css
<style>
span { border-color: #0D37EE; }
span { border-color: rgb(13,55,238); }
td.TdClassName
{
border-color: #0D37EE;
}
.TagClassName
{
border-color: #0D37EE;
}
</style>