Shades of Sapphire #001368
Tints of Sapphire #001368
RGB
CMYK
RGB Variations
Color information
#001368 (or 0x001368) is known color: Sapphire. HEX triplet: 00, 13 and 68. RGB value is (0,19,104). Sum of RGB (Red+Green+Blue) = 0+19+104=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 104 (41.02% from 255 or 84.55% from 123); Max value from RGB is 104 - color contains mainly: blue. Hex color #001368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001368 is #FFEC97. Grayscale: #161616. Windows color (decimal): -16772248 or 6820608. OLE color: 6820608.
HSL color Cylindrical-coordinate representation of color #001368: hue angle of 229.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001368 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 19 | 104 | - |
| CMYK | 1 | 0.82 | 0 | 0.59 |
| HSL | 229.04º | 1% | 0.2% | - |
| HSV(B) | 229.04º | 1% | 0.41% | - |
| XYZ | 2.73 | 1.47 | 13.24 | - |
| YUV | 23.01 | 173.71 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 104 | 1 | 0.82 | 0 | 0.59 | 229.04 | 1 | 0.2 |
| Hex | 0 | 13 | 68 | 64 | 52 | 0 | 3B | E5 | 64 | 14 |
| Octal | 0 | 23 | 150 | 144 | 122 | 0 | 73 | 345 | 144 | 24 |
| Binary | 0 | 10011 | 1101000 | 1100100 | 1010010 | 0 | 111011 | 11100101 | 1100100 | 10100 |
Color Harmonies of #001368
Complementary color
Monochromatic Colors of #001368
Black with #001368
Text Example
Text Example
White with #001368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001368; }
p { color: rgb(0,19,104); }
H1.HeaderClassName
{
color: #001368;
}
.AnyTagClassName
{
color: #001368;
}
</style>
background-color css
<style>
a { background-color: #001368; }
a { background-color: rgb(0,19,104); }
div.DivClassName
{
background-color: #001368;
}
.BgClassName
{
background-color: #001368;
}
</style>
border-color css
<style>
span { border-color: #001368; }
span { border-color: rgb(0,19,104); }
td.TdClassName
{
border-color: #001368;
}
.TagClassName
{
border-color: #001368;
}
</style>