Shades of Sapphire #0D2768
Tints of Sapphire #0D2768
RGB
CMYK
RGB Variations
Color information
#0D2768 (or 0x0D2768) is known color: Sapphire. HEX triplet: 0D, 27 and 68. RGB value is (13,39,104). Sum of RGB (Red+Green+Blue) = 13+39+104=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D2768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2768 is #F2D897. Grayscale: #262626. Windows color (decimal): -15915160 or 6825741. OLE color: 6825741.
HSL color Cylindrical-coordinate representation of color #0D2768: hue angle of 222.86º 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 #0D2768 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 39 | 104 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.59 |
| HSL | 222.86º | 0.78% | 0.23% | - |
| HSV(B) | 222.86º | 0.88% | 0.41% | - |
| XYZ | 3.39 | 2.54 | 13.41 | - |
| YUV | 38.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 39 | 104 | 0.88 | 0.62 | 0 | 0.59 | 222.86 | 0.78 | 0.23 |
| Hex | D | 27 | 68 | 58 | 3E | 0 | 3B | DF | 4E | 17 |
| Octal | 15 | 47 | 150 | 130 | 76 | 0 | 73 | 337 | 116 | 27 |
| Binary | 1101 | 100111 | 1101000 | 1011000 | 111110 | 0 | 111011 | 11011111 | 1001110 | 10111 |
Color Harmonies of #0D2768
Complementary color
Monochromatic Colors of #0D2768
Black with #0D2768
Text Example
Text Example
White with #0D2768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2768; }
p { color: rgb(13,39,104); }
H1.HeaderClassName
{
color: #0D2768;
}
.AnyTagClassName
{
color: #0D2768;
}
</style>
background-color css
<style>
a { background-color: #0D2768; }
a { background-color: rgb(13,39,104); }
div.DivClassName
{
background-color: #0D2768;
}
.BgClassName
{
background-color: #0D2768;
}
</style>
border-color css
<style>
span { border-color: #0D2768; }
span { border-color: rgb(13,39,104); }
td.TdClassName
{
border-color: #0D2768;
}
.TagClassName
{
border-color: #0D2768;
}
</style>