Shades of Sapphire #0D234B
Tints of Sapphire #0D234B
RGB
CMYK
RGB Variations
Color information
#0D234B (or 0x0D234B) is known color: Sapphire. HEX triplet: 0D, 23 and 4B. RGB value is (13,35,75). Sum of RGB (Red+Green+Blue) = 13+35+75=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D234B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D234B is #F2DCB4. Grayscale: #202020. Windows color (decimal): -15916213 or 4924173. OLE color: 4924173.
HSL color Cylindrical-coordinate representation of color #0D234B: hue angle of 218.71º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D234B is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 35 | 75 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.71 |
| HSL | 218.71º | 0.7% | 0.17% | - |
| HSV(B) | 218.71º | 0.83% | 0.29% | - |
| XYZ | 2.04 | 1.8 | 6.9 | - |
| YUV | 32.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 75 | 0.83 | 0.53 | 0 | 0.71 | 218.71 | 0.7 | 0.17 |
| Hex | D | 23 | 4B | 53 | 35 | 0 | 47 | DB | 46 | 11 |
| Octal | 15 | 43 | 113 | 123 | 65 | 0 | 107 | 333 | 106 | 21 |
| Binary | 1101 | 100011 | 1001011 | 1010011 | 110101 | 0 | 1000111 | 11011011 | 1000110 | 10001 |
Color Harmonies of #0D234B
Complementary color
Monochromatic Colors of #0D234B
Black with #0D234B
Text Example
Text Example
White with #0D234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D234B; }
p { color: rgb(13,35,75); }
H1.HeaderClassName
{
color: #0D234B;
}
.AnyTagClassName
{
color: #0D234B;
}
</style>
background-color css
<style>
a { background-color: #0D234B; }
a { background-color: rgb(13,35,75); }
div.DivClassName
{
background-color: #0D234B;
}
.BgClassName
{
background-color: #0D234B;
}
</style>
border-color css
<style>
span { border-color: #0D234B; }
span { border-color: rgb(13,35,75); }
td.TdClassName
{
border-color: #0D234B;
}
.TagClassName
{
border-color: #0D234B;
}
</style>