Shades of Sapphire #0D2357
Tints of Sapphire #0D2357
RGB
CMYK
RGB Variations
Color information
#0D2357 (or 0x0D2357) is known color: Sapphire. HEX triplet: 0D, 23 and 57. RGB value is (13,35,87). Sum of RGB (Red+Green+Blue) = 13+35+87=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 87 (34.38% from 255 or 64.44% from 135); Max value from RGB is 87 - color contains mainly: blue. Hex color #0D2357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2357 is #F2DCA8. Grayscale: #222222. Windows color (decimal): -15916201 or 5710605. OLE color: 5710605.
HSL color Cylindrical-coordinate representation of color #0D2357: hue angle of 222.16º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D2357 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 35 | 87 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.66 |
| HSL | 222.16º | 0.74% | 0.2% | - |
| HSV(B) | 222.16º | 0.85% | 0.34% | - |
| XYZ | 2.49 | 1.98 | 9.27 | - |
| YUV | 34.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 87 | 0.85 | 0.60 | 0 | 0.66 | 222.16 | 0.74 | 0.2 |
| Hex | D | 23 | 57 | 55 | 3C | 0 | 42 | DE | 4A | 14 |
| Octal | 15 | 43 | 127 | 125 | 74 | 0 | 102 | 336 | 112 | 24 |
| Binary | 1101 | 100011 | 1010111 | 1010101 | 111100 | 0 | 1000010 | 11011110 | 1001010 | 10100 |
Color Harmonies of #0D2357
Complementary color
Monochromatic Colors of #0D2357
Black with #0D2357
Text Example
Text Example
White with #0D2357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2357; }
p { color: rgb(13,35,87); }
H1.HeaderClassName
{
color: #0D2357;
}
.AnyTagClassName
{
color: #0D2357;
}
</style>
background-color css
<style>
a { background-color: #0D2357; }
a { background-color: rgb(13,35,87); }
div.DivClassName
{
background-color: #0D2357;
}
.BgClassName
{
background-color: #0D2357;
}
</style>
border-color css
<style>
span { border-color: #0D2357; }
span { border-color: rgb(13,35,87); }
td.TdClassName
{
border-color: #0D2357;
}
.TagClassName
{
border-color: #0D2357;
}
</style>