Shades of Sapphire #011F68
Tints of Sapphire #011F68
RGB
CMYK
RGB Variations
Color information
#011F68 (or 0x011F68) is known color: Sapphire. HEX triplet: 01, 1F and 68. RGB value is (1,31,104). Sum of RGB (Red+Green+Blue) = 1+31+104=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 104 (41.02% from 255 or 76.47% from 136); Max value from RGB is 104 - color contains mainly: blue. Hex color #011F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F68 is #FEE097. Grayscale: #1E1E1E. Windows color (decimal): -16703640 or 6823681. OLE color: 6823681.
HSL color Cylindrical-coordinate representation of color #011F68: hue angle of 222.52º 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 #011F68 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 31 | 104 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.59 |
| HSL | 222.52º | 0.98% | 0.21% | - |
| HSV(B) | 222.52º | 0.99% | 0.41% | - |
| XYZ | 3 | 1.99 | 13.32 | - |
| YUV | 30.35 | 169.56 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 104 | 0.99 | 0.70 | 0 | 0.59 | 222.52 | 0.98 | 0.21 |
| Hex | 1 | 1F | 68 | 63 | 46 | 0 | 3B | DF | 62 | 15 |
| Octal | 1 | 37 | 150 | 143 | 106 | 0 | 73 | 337 | 142 | 25 |
| Binary | 1 | 11111 | 1101000 | 1100011 | 1000110 | 0 | 111011 | 11011111 | 1100010 | 10101 |
Color Harmonies of #011F68
Complementary color
Monochromatic Colors of #011F68
Black with #011F68
Text Example
Text Example
White with #011F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F68; }
p { color: rgb(1,31,104); }
H1.HeaderClassName
{
color: #011F68;
}
.AnyTagClassName
{
color: #011F68;
}
</style>
background-color css
<style>
a { background-color: #011F68; }
a { background-color: rgb(1,31,104); }
div.DivClassName
{
background-color: #011F68;
}
.BgClassName
{
background-color: #011F68;
}
</style>
border-color css
<style>
span { border-color: #011F68; }
span { border-color: rgb(1,31,104); }
td.TdClassName
{
border-color: #011F68;
}
.TagClassName
{
border-color: #011F68;
}
</style>