Shades of Sapphire #0D227C
Tints of Sapphire #0D227C
RGB
CMYK
RGB Variations
Color information
#0D227C (or 0x0D227C) is known color: Sapphire. HEX triplet: 0D, 22 and 7C. RGB value is (13,34,124). Sum of RGB (Red+Green+Blue) = 13+34+124=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D227C is #F2DD83. Grayscale: #252525. Windows color (decimal): -15916420 or 8135181. OLE color: 8135181.
HSL color Cylindrical-coordinate representation of color #0D227C: hue angle of 228.65º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D227C is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 34 | 124 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.51 |
| HSL | 228.65º | 0.81% | 0.27% | - |
| HSV(B) | 228.65º | 0.9% | 0.49% | - |
| XYZ | 4.38 | 2.68 | 19.36 | - |
| YUV | 37.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 124 | 0.90 | 0.73 | 0 | 0.51 | 228.65 | 0.81 | 0.27 |
| Hex | D | 22 | 7C | 5A | 49 | 0 | 33 | E5 | 51 | 1B |
| Octal | 15 | 42 | 174 | 132 | 111 | 0 | 63 | 345 | 121 | 33 |
| Binary | 1101 | 100010 | 1111100 | 1011010 | 1001001 | 0 | 110011 | 11100101 | 1010001 | 11011 |
Color Harmonies of #0D227C
Complementary color
Monochromatic Colors of #0D227C
Black with #0D227C
Text Example
Text Example
White with #0D227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D227C; }
p { color: rgb(13,34,124); }
H1.HeaderClassName
{
color: #0D227C;
}
.AnyTagClassName
{
color: #0D227C;
}
</style>
background-color css
<style>
a { background-color: #0D227C; }
a { background-color: rgb(13,34,124); }
div.DivClassName
{
background-color: #0D227C;
}
.BgClassName
{
background-color: #0D227C;
}
</style>
border-color css
<style>
span { border-color: #0D227C; }
span { border-color: rgb(13,34,124); }
td.TdClassName
{
border-color: #0D227C;
}
.TagClassName
{
border-color: #0D227C;
}
</style>