Shades of Sapphire #0D2E67
Tints of Sapphire #0D2E67
RGB
CMYK
RGB Variations
Color information
#0D2E67 (or 0x0D2E67) is known color: Sapphire. HEX triplet: 0D, 2E and 67. RGB value is (13,46,103). Sum of RGB (Red+Green+Blue) = 13+46+103=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #0D2E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2E67 is #F2D198. Grayscale: #2A2A2A. Windows color (decimal): -15913369 or 6761997. OLE color: 6761997.
HSL color Cylindrical-coordinate representation of color #0D2E67: hue angle of 218º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D2E67 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 46 | 103 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.60 |
| HSL | 218º | 0.78% | 0.23% | - |
| HSV(B) | 218º | 0.87% | 0.4% | - |
| XYZ | 3.59 | 3.02 | 13.23 | - |
| YUV | 42.63 | 162.07 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 103 | 0.87 | 0.55 | 0 | 0.60 | 218 | 0.78 | 0.23 |
| Hex | D | 2E | 67 | 57 | 37 | 0 | 3C | DA | 4E | 17 |
| Octal | 15 | 56 | 147 | 127 | 67 | 0 | 74 | 332 | 116 | 27 |
| Binary | 1101 | 101110 | 1100111 | 1010111 | 110111 | 0 | 111100 | 11011010 | 1001110 | 10111 |
Color Harmonies of #0D2E67
Complementary color
Monochromatic Colors of #0D2E67
Black with #0D2E67
Text Example
Text Example
White with #0D2E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2E67; }
p { color: rgb(13,46,103); }
H1.HeaderClassName
{
color: #0D2E67;
}
.AnyTagClassName
{
color: #0D2E67;
}
</style>
background-color css
<style>
a { background-color: #0D2E67; }
a { background-color: rgb(13,46,103); }
div.DivClassName
{
background-color: #0D2E67;
}
.BgClassName
{
background-color: #0D2E67;
}
</style>
border-color css
<style>
span { border-color: #0D2E67; }
span { border-color: rgb(13,46,103); }
td.TdClassName
{
border-color: #0D2E67;
}
.TagClassName
{
border-color: #0D2E67;
}
</style>