Shades of Sapphire #1D3068
Tints of Sapphire #1D3068
RGB
CMYK
RGB Variations
Color information
#1D3068 (or 0x1D3068) is known color: Sapphire. HEX triplet: 1D, 30 and 68. RGB value is (29,48,104). Sum of RGB (Red+Green+Blue) = 29+48+104=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D3068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3068 is #E2CF97. Grayscale: #303030. Windows color (decimal): -14864280 or 6828061. OLE color: 6828061.
HSL color Cylindrical-coordinate representation of color #1D3068: hue angle of 224.8º degrees, saturation: 0.56, 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 #1D3068 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 48 | 104 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.59 |
| HSL | 224.8º | 0.56% | 0.26% | - |
| HSV(B) | 224.8º | 0.72% | 0.41% | - |
| XYZ | 4.06 | 3.37 | 13.53 | - |
| YUV | 48.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 104 | 0.72 | 0.54 | 0 | 0.59 | 224.8 | 0.56 | 0.26 |
| Hex | 1D | 30 | 68 | 48 | 36 | 0 | 3B | E1 | 38 | 1A |
| Octal | 35 | 60 | 150 | 110 | 66 | 0 | 73 | 341 | 70 | 32 |
| Binary | 11101 | 110000 | 1101000 | 1001000 | 110110 | 0 | 111011 | 11100001 | 111000 | 11010 |
Color Harmonies of #1D3068
Complementary color
Monochromatic Colors of #1D3068
Black with #1D3068
Text Example
Text Example
White with #1D3068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3068; }
p { color: rgb(29,48,104); }
H1.HeaderClassName
{
color: #1D3068;
}
.AnyTagClassName
{
color: #1D3068;
}
</style>
background-color css
<style>
a { background-color: #1D3068; }
a { background-color: rgb(29,48,104); }
div.DivClassName
{
background-color: #1D3068;
}
.BgClassName
{
background-color: #1D3068;
}
</style>
border-color css
<style>
span { border-color: #1D3068; }
span { border-color: rgb(29,48,104); }
td.TdClassName
{
border-color: #1D3068;
}
.TagClassName
{
border-color: #1D3068;
}
</style>