Shades of Sapphire #0D234D
Tints of Sapphire #0D234D
RGB
CMYK
RGB Variations
Color information
#0D234D (or 0x0D234D) is known color: Sapphire. HEX triplet: 0D, 23 and 4D. RGB value is (13,35,77). Sum of RGB (Red+Green+Blue) = 13+35+77=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D234D is #F2DCB2. Grayscale: #212121. Windows color (decimal): -15916211 or 5055245. OLE color: 5055245.
HSL color Cylindrical-coordinate representation of color #0D234D: hue angle of 219.38º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D234D is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 35 | 77 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.70 |
| HSL | 219.38º | 0.71% | 0.18% | - |
| HSV(B) | 219.38º | 0.83% | 0.3% | - |
| XYZ | 2.11 | 1.82 | 7.26 | - |
| YUV | 33.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 77 | 0.83 | 0.55 | 0 | 0.70 | 219.38 | 0.71 | 0.18 |
| Hex | D | 23 | 4D | 53 | 37 | 0 | 46 | DB | 47 | 12 |
| Octal | 15 | 43 | 115 | 123 | 67 | 0 | 106 | 333 | 107 | 22 |
| Binary | 1101 | 100011 | 1001101 | 1010011 | 110111 | 0 | 1000110 | 11011011 | 1000111 | 10010 |
Color Harmonies of #0D234D
Complementary color
Monochromatic Colors of #0D234D
Black with #0D234D
Text Example
Text Example
White with #0D234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D234D; }
p { color: rgb(13,35,77); }
H1.HeaderClassName
{
color: #0D234D;
}
.AnyTagClassName
{
color: #0D234D;
}
</style>
background-color css
<style>
a { background-color: #0D234D; }
a { background-color: rgb(13,35,77); }
div.DivClassName
{
background-color: #0D234D;
}
.BgClassName
{
background-color: #0D234D;
}
</style>
border-color css
<style>
span { border-color: #0D234D; }
span { border-color: rgb(13,35,77); }
td.TdClassName
{
border-color: #0D234D;
}
.TagClassName
{
border-color: #0D234D;
}
</style>