Shades of Sapphire #012169
Tints of Sapphire #012169
RGB
CMYK
RGB Variations
Color information
#012169 (or 0x012169) is known color: Sapphire. HEX triplet: 01, 21 and 69. RGB value is (1,33,105). Sum of RGB (Red+Green+Blue) = 1+33+105=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 105 (41.41% from 255 or 75.54% from 139); Max value from RGB is 105 - color contains mainly: blue. Hex color #012169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012169 is #FEDE96. Grayscale: #1F1F1F. Windows color (decimal): -16703127 or 6889729. OLE color: 6889729.
HSL color Cylindrical-coordinate representation of color #012169: hue angle of 221.54º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012169 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 33 | 105 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.59 |
| HSL | 221.54º | 0.98% | 0.21% | - |
| HSV(B) | 221.54º | 0.99% | 0.41% | - |
| XYZ | 3.11 | 2.11 | 13.61 | - |
| YUV | 31.64 | 169.4 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 105 | 0.99 | 0.69 | 0 | 0.59 | 221.54 | 0.98 | 0.21 |
| Hex | 1 | 21 | 69 | 63 | 45 | 0 | 3B | DE | 62 | 15 |
| Octal | 1 | 41 | 151 | 143 | 105 | 0 | 73 | 336 | 142 | 25 |
| Binary | 1 | 100001 | 1101001 | 1100011 | 1000101 | 0 | 111011 | 11011110 | 1100010 | 10101 |
Color Harmonies of #012169
Complementary color
Monochromatic Colors of #012169
Black with #012169
Text Example
Text Example
White with #012169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012169; }
p { color: rgb(1,33,105); }
H1.HeaderClassName
{
color: #012169;
}
.AnyTagClassName
{
color: #012169;
}
</style>
background-color css
<style>
a { background-color: #012169; }
a { background-color: rgb(1,33,105); }
div.DivClassName
{
background-color: #012169;
}
.BgClassName
{
background-color: #012169;
}
</style>
border-color css
<style>
span { border-color: #012169; }
span { border-color: rgb(1,33,105); }
td.TdClassName
{
border-color: #012169;
}
.TagClassName
{
border-color: #012169;
}
</style>