Shades of Sapphire #1D3069
Tints of Sapphire #1D3069
RGB
CMYK
RGB Variations
Color information
#1D3069 (or 0x1D3069) is known color: Sapphire. HEX triplet: 1D, 30 and 69. RGB value is (29,48,105). Sum of RGB (Red+Green+Blue) = 29+48+105=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D3069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3069 is #E2CF96. Grayscale: #303030. Windows color (decimal): -14864279 or 6893597. OLE color: 6893597.
HSL color Cylindrical-coordinate representation of color #1D3069: hue angle of 225º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D3069 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 48 | 105 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.59 |
| HSL | 225º | 0.57% | 0.26% | - |
| HSV(B) | 225º | 0.72% | 0.41% | - |
| XYZ | 4.11 | 3.4 | 13.8 | - |
| YUV | 48.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 105 | 0.72 | 0.54 | 0 | 0.59 | 225 | 0.57 | 0.26 |
| Hex | 1D | 30 | 69 | 48 | 36 | 0 | 3B | E1 | 39 | 1A |
| Octal | 35 | 60 | 151 | 110 | 66 | 0 | 73 | 341 | 71 | 32 |
| Binary | 11101 | 110000 | 1101001 | 1001000 | 110110 | 0 | 111011 | 11100001 | 111001 | 11010 |
Color Harmonies of #1D3069
Complementary color
Monochromatic Colors of #1D3069
Black with #1D3069
Text Example
Text Example
White with #1D3069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3069; }
p { color: rgb(29,48,105); }
H1.HeaderClassName
{
color: #1D3069;
}
.AnyTagClassName
{
color: #1D3069;
}
</style>
background-color css
<style>
a { background-color: #1D3069; }
a { background-color: rgb(29,48,105); }
div.DivClassName
{
background-color: #1D3069;
}
.BgClassName
{
background-color: #1D3069;
}
</style>
border-color css
<style>
span { border-color: #1D3069; }
span { border-color: rgb(29,48,105); }
td.TdClassName
{
border-color: #1D3069;
}
.TagClassName
{
border-color: #1D3069;
}
</style>