Shades of Sapphire #001366
Tints of Sapphire #001366
RGB
CMYK
RGB Variations
Color information
#001366 (or 0x001366) is known color: Sapphire. HEX triplet: 00, 13 and 66. RGB value is (0,19,102). Sum of RGB (Red+Green+Blue) = 0+19+102=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 102 (40.23% from 255 or 84.30% from 121); Max value from RGB is 102 - color contains mainly: blue. Hex color #001366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001366 is #FFEC99. Grayscale: #161616. Windows color (decimal): -16772250 or 6689536. OLE color: 6689536.
HSL color Cylindrical-coordinate representation of color #001366: hue angle of 228.82º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001366 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 19 | 102 | - |
| CMYK | 1 | 0.81 | 0 | 0.6 |
| HSL | 228.82º | 1% | 0.2% | - |
| HSV(B) | 228.82º | 1% | 0.4% | - |
| XYZ | 2.63 | 1.43 | 12.71 | - |
| YUV | 22.78 | 172.71 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 102 | 1 | 0.81 | 0 | 0.6 | 228.82 | 1 | 0.2 |
| Hex | 0 | 13 | 66 | 64 | 51 | 0 | 3C | E5 | 64 | 14 |
| Octal | 0 | 23 | 146 | 144 | 121 | 0 | 74 | 345 | 144 | 24 |
| Binary | 0 | 10011 | 1100110 | 1100100 | 1010001 | 0 | 111100 | 11100101 | 1100100 | 10100 |
Color Harmonies of #001366
Complementary color
Monochromatic Colors of #001366
Black with #001366
Text Example
Text Example
White with #001366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001366; }
p { color: rgb(0,19,102); }
H1.HeaderClassName
{
color: #001366;
}
.AnyTagClassName
{
color: #001366;
}
</style>
background-color css
<style>
a { background-color: #001366; }
a { background-color: rgb(0,19,102); }
div.DivClassName
{
background-color: #001366;
}
.BgClassName
{
background-color: #001366;
}
</style>
border-color css
<style>
span { border-color: #001366; }
span { border-color: rgb(0,19,102); }
td.TdClassName
{
border-color: #001366;
}
.TagClassName
{
border-color: #001366;
}
</style>