Shades of Sapphire #001572
Tints of Sapphire #001572
RGB
CMYK
RGB Variations
Color information
#001572 (or 0x001572) is known color: Sapphire. HEX triplet: 00, 15 and 72. RGB value is (0,21,114). Sum of RGB (Red+Green+Blue) = 0+21+114=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 114 (44.92% from 255 or 84.44% from 135); Max value from RGB is 114 - color contains mainly: blue. Hex color #001572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001572 is #FFEA8D. Grayscale: #181818. Windows color (decimal): -16771726 or 7476480. OLE color: 7476480.
HSL color Cylindrical-coordinate representation of color #001572: hue angle of 228.95º 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 #001572 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 21 | 114 | - |
| CMYK | 1 | 0.82 | 0 | 0.55 |
| HSL | 228.95º | 1% | 0.22% | - |
| HSV(B) | 228.95º | 1% | 0.45% | - |
| XYZ | 3.31 | 1.75 | 16.08 | - |
| YUV | 25.32 | 178.04 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 114 | 1 | 0.82 | 0 | 0.55 | 228.95 | 1 | 0.22 |
| Hex | 0 | 15 | 72 | 64 | 52 | 0 | 37 | E5 | 64 | 16 |
| Octal | 0 | 25 | 162 | 144 | 122 | 0 | 67 | 345 | 144 | 26 |
| Binary | 0 | 10101 | 1110010 | 1100100 | 1010010 | 0 | 110111 | 11100101 | 1100100 | 10110 |
Color Harmonies of #001572
Complementary color
Monochromatic Colors of #001572
Black with #001572
Text Example
Text Example
White with #001572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001572; }
p { color: rgb(0,21,114); }
H1.HeaderClassName
{
color: #001572;
}
.AnyTagClassName
{
color: #001572;
}
</style>
background-color css
<style>
a { background-color: #001572; }
a { background-color: rgb(0,21,114); }
div.DivClassName
{
background-color: #001572;
}
.BgClassName
{
background-color: #001572;
}
</style>
border-color css
<style>
span { border-color: #001572; }
span { border-color: rgb(0,21,114); }
td.TdClassName
{
border-color: #001572;
}
.TagClassName
{
border-color: #001572;
}
</style>