Shades of Sapphire #0D2259
Tints of Sapphire #0D2259
RGB
CMYK
RGB Variations
Color information
#0D2259 (or 0x0D2259) is known color: Sapphire. HEX triplet: 0D, 22 and 59. RGB value is (13,34,89). Sum of RGB (Red+Green+Blue) = 13+34+89=136 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.56% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D2259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2259 is #F2DDA6. Grayscale: #212121. Windows color (decimal): -15916455 or 5841421. OLE color: 5841421.
HSL color Cylindrical-coordinate representation of color #0D2259: hue angle of 223.42º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D2259 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 34 | 89 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.65 |
| HSL | 223.42º | 0.75% | 0.2% | - |
| HSV(B) | 223.42º | 0.85% | 0.35% | - |
| XYZ | 2.54 | 1.95 | 9.69 | - |
| YUV | 33.99 | 159.04 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 89 | 0.85 | 0.62 | 0 | 0.65 | 223.42 | 0.75 | 0.2 |
| Hex | D | 22 | 59 | 55 | 3E | 0 | 41 | DF | 4B | 14 |
| Octal | 15 | 42 | 131 | 125 | 76 | 0 | 101 | 337 | 113 | 24 |
| Binary | 1101 | 100010 | 1011001 | 1010101 | 111110 | 0 | 1000001 | 11011111 | 1001011 | 10100 |
Color Harmonies of #0D2259
Complementary color
Monochromatic Colors of #0D2259
Black with #0D2259
Text Example
Text Example
White with #0D2259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2259; }
p { color: rgb(13,34,89); }
H1.HeaderClassName
{
color: #0D2259;
}
.AnyTagClassName
{
color: #0D2259;
}
</style>
background-color css
<style>
a { background-color: #0D2259; }
a { background-color: rgb(13,34,89); }
div.DivClassName
{
background-color: #0D2259;
}
.BgClassName
{
background-color: #0D2259;
}
</style>
border-color css
<style>
span { border-color: #0D2259; }
span { border-color: rgb(13,34,89); }
td.TdClassName
{
border-color: #0D2259;
}
.TagClassName
{
border-color: #0D2259;
}
</style>