Shades of Sapphire #0D225B
Tints of Sapphire #0D225B
RGB
CMYK
RGB Variations
Color information
#0D225B (or 0x0D225B) is known color: Sapphire. HEX triplet: 0D, 22 and 5B. RGB value is (13,34,91). Sum of RGB (Red+Green+Blue) = 13+34+91=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D225B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D225B is #F2DDA4. Grayscale: #212121. Windows color (decimal): -15916453 or 5972493. OLE color: 5972493.
HSL color Cylindrical-coordinate representation of color #0D225B: hue angle of 223.85º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D225B is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 34 | 91 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.64 |
| HSL | 223.85º | 0.75% | 0.2% | - |
| HSV(B) | 223.85º | 0.86% | 0.36% | - |
| XYZ | 2.63 | 1.98 | 10.14 | - |
| YUV | 34.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 91 | 0.86 | 0.63 | 0 | 0.64 | 223.85 | 0.75 | 0.2 |
| Hex | D | 22 | 5B | 56 | 3F | 0 | 40 | E0 | 4B | 14 |
| Octal | 15 | 42 | 133 | 126 | 77 | 0 | 100 | 340 | 113 | 24 |
| Binary | 1101 | 100010 | 1011011 | 1010110 | 111111 | 0 | 1000000 | 11100000 | 1001011 | 10100 |
Color Harmonies of #0D225B
Complementary color
Monochromatic Colors of #0D225B
Black with #0D225B
Text Example
Text Example
White with #0D225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D225B; }
p { color: rgb(13,34,91); }
H1.HeaderClassName
{
color: #0D225B;
}
.AnyTagClassName
{
color: #0D225B;
}
</style>
background-color css
<style>
a { background-color: #0D225B; }
a { background-color: rgb(13,34,91); }
div.DivClassName
{
background-color: #0D225B;
}
.BgClassName
{
background-color: #0D225B;
}
</style>
border-color css
<style>
span { border-color: #0D225B; }
span { border-color: rgb(13,34,91); }
td.TdClassName
{
border-color: #0D225B;
}
.TagClassName
{
border-color: #0D225B;
}
</style>