Shades of Sapphire #0D2368
Tints of Sapphire #0D2368
RGB
CMYK
RGB Variations
Color information
#0D2368 (or 0x0D2368) is known color: Sapphire. HEX triplet: 0D, 23 and 68. RGB value is (13,35,104). Sum of RGB (Red+Green+Blue) = 13+35+104=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D2368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2368 is #F2DC97. Grayscale: #232323. Windows color (decimal): -15916184 or 6824717. OLE color: 6824717.
HSL color Cylindrical-coordinate representation of color #0D2368: hue angle of 225.49º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D2368 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 35 | 104 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.59 |
| HSL | 225.49º | 0.78% | 0.23% | - |
| HSV(B) | 225.49º | 0.88% | 0.41% | - |
| XYZ | 3.27 | 2.29 | 13.37 | - |
| YUV | 36.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 104 | 0.88 | 0.66 | 0 | 0.59 | 225.49 | 0.78 | 0.23 |
| Hex | D | 23 | 68 | 58 | 42 | 0 | 3B | E1 | 4E | 17 |
| Octal | 15 | 43 | 150 | 130 | 102 | 0 | 73 | 341 | 116 | 27 |
| Binary | 1101 | 100011 | 1101000 | 1011000 | 1000010 | 0 | 111011 | 11100001 | 1001110 | 10111 |
Color Harmonies of #0D2368
Complementary color
Monochromatic Colors of #0D2368
Black with #0D2368
Text Example
Text Example
White with #0D2368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2368; }
p { color: rgb(13,35,104); }
H1.HeaderClassName
{
color: #0D2368;
}
.AnyTagClassName
{
color: #0D2368;
}
</style>
background-color css
<style>
a { background-color: #0D2368; }
a { background-color: rgb(13,35,104); }
div.DivClassName
{
background-color: #0D2368;
}
.BgClassName
{
background-color: #0D2368;
}
</style>
border-color css
<style>
span { border-color: #0D2368; }
span { border-color: rgb(13,35,104); }
td.TdClassName
{
border-color: #0D2368;
}
.TagClassName
{
border-color: #0D2368;
}
</style>