Shades of Sapphire #0D2A6A
Tints of Sapphire #0D2A6A
RGB
CMYK
RGB Variations
Color information
#0D2A6A (or 0x0D2A6A) is known color: Sapphire. HEX triplet: 0D, 2A and 6A. RGB value is (13,42,106). Sum of RGB (Red+Green+Blue) = 13+42+106=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D2A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2A6A is #F2D595. Grayscale: #282828. Windows color (decimal): -15914390 or 6957581. OLE color: 6957581.
HSL color Cylindrical-coordinate representation of color #0D2A6A: hue angle of 221.29º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D2A6A is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 42 | 106 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.58 |
| HSL | 221.29º | 0.78% | 0.23% | - |
| HSV(B) | 221.29º | 0.88% | 0.42% | - |
| XYZ | 3.6 | 2.78 | 13.98 | - |
| YUV | 40.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 42 | 106 | 0.88 | 0.60 | 0 | 0.58 | 221.29 | 0.78 | 0.23 |
| Hex | D | 2A | 6A | 58 | 3C | 0 | 3A | DD | 4E | 17 |
| Octal | 15 | 52 | 152 | 130 | 74 | 0 | 72 | 335 | 116 | 27 |
| Binary | 1101 | 101010 | 1101010 | 1011000 | 111100 | 0 | 111010 | 11011101 | 1001110 | 10111 |
Color Harmonies of #0D2A6A
Complementary color
Monochromatic Colors of #0D2A6A
Black with #0D2A6A
Text Example
Text Example
White with #0D2A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2A6A; }
p { color: rgb(13,42,106); }
H1.HeaderClassName
{
color: #0D2A6A;
}
.AnyTagClassName
{
color: #0D2A6A;
}
</style>
background-color css
<style>
a { background-color: #0D2A6A; }
a { background-color: rgb(13,42,106); }
div.DivClassName
{
background-color: #0D2A6A;
}
.BgClassName
{
background-color: #0D2A6A;
}
</style>
border-color css
<style>
span { border-color: #0D2A6A; }
span { border-color: rgb(13,42,106); }
td.TdClassName
{
border-color: #0D2A6A;
}
.TagClassName
{
border-color: #0D2A6A;
}
</style>