Shades of Sapphire #001372
Tints of Sapphire #001372
RGB
CMYK
RGB Variations
Color information
#001372 (or 0x001372) is known color: Sapphire. HEX triplet: 00, 13 and 72. RGB value is (0,19,114). Sum of RGB (Red+Green+Blue) = 0+19+114=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 114 (44.92% from 255 or 85.71% from 133); Max value from RGB is 114 - color contains mainly: blue. Hex color #001372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001372 is #FFEC8D. Grayscale: #171717. Windows color (decimal): -16772238 or 7475968. OLE color: 7475968.
HSL color Cylindrical-coordinate representation of color #001372: hue angle of 230º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001372 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 19 | 114 | - |
| CMYK | 1 | 0.83 | 0 | 0.55 |
| HSL | 230º | 1% | 0.22% | - |
| HSV(B) | 230º | 1% | 0.45% | - |
| XYZ | 3.27 | 1.68 | 16.07 | - |
| YUV | 24.15 | 178.71 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 114 | 1 | 0.83 | 0 | 0.55 | 230 | 1 | 0.22 |
| Hex | 0 | 13 | 72 | 64 | 53 | 0 | 37 | E6 | 64 | 16 |
| Octal | 0 | 23 | 162 | 144 | 123 | 0 | 67 | 346 | 144 | 26 |
| Binary | 0 | 10011 | 1110010 | 1100100 | 1010011 | 0 | 110111 | 11100110 | 1100100 | 10110 |
Color Harmonies of #001372
Complementary color
Monochromatic Colors of #001372
Black with #001372
Text Example
Text Example
White with #001372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001372; }
p { color: rgb(0,19,114); }
H1.HeaderClassName
{
color: #001372;
}
.AnyTagClassName
{
color: #001372;
}
</style>
background-color css
<style>
a { background-color: #001372; }
a { background-color: rgb(0,19,114); }
div.DivClassName
{
background-color: #001372;
}
.BgClassName
{
background-color: #001372;
}
</style>
border-color css
<style>
span { border-color: #001372; }
span { border-color: rgb(0,19,114); }
td.TdClassName
{
border-color: #001372;
}
.TagClassName
{
border-color: #001372;
}
</style>