Shades of Sapphire #001872
Tints of Sapphire #001872
RGB
CMYK
RGB Variations
Color information
#001872 (or 0x001872) is known color: Sapphire. HEX triplet: 00, 18 and 72. RGB value is (0,24,114). Sum of RGB (Red+Green+Blue) = 0+24+114=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 114 (44.92% from 255 or 82.61% from 138); Max value from RGB is 114 - color contains mainly: blue. Hex color #001872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001872 is #FFE78D. Grayscale: #1A1A1A. Windows color (decimal): -16770958 or 7477248. OLE color: 7477248.
HSL color Cylindrical-coordinate representation of color #001872: hue angle of 227.37º 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 #001872 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 24 | 114 | - |
| CMYK | 1 | 0.79 | 0 | 0.55 |
| HSL | 227.37º | 1% | 0.22% | - |
| HSV(B) | 227.37º | 1% | 0.45% | - |
| XYZ | 3.36 | 1.87 | 16.1 | - |
| YUV | 27.08 | 177.05 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 114 | 1 | 0.79 | 0 | 0.55 | 227.37 | 1 | 0.22 |
| Hex | 0 | 18 | 72 | 64 | 4F | 0 | 37 | E3 | 64 | 16 |
| Octal | 0 | 30 | 162 | 144 | 117 | 0 | 67 | 343 | 144 | 26 |
| Binary | 0 | 11000 | 1110010 | 1100100 | 1001111 | 0 | 110111 | 11100011 | 1100100 | 10110 |
Color Harmonies of #001872
Complementary color
Monochromatic Colors of #001872
Black with #001872
Text Example
Text Example
White with #001872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001872; }
p { color: rgb(0,24,114); }
H1.HeaderClassName
{
color: #001872;
}
.AnyTagClassName
{
color: #001872;
}
</style>
background-color css
<style>
a { background-color: #001872; }
a { background-color: rgb(0,24,114); }
div.DivClassName
{
background-color: #001872;
}
.BgClassName
{
background-color: #001872;
}
</style>
border-color css
<style>
span { border-color: #001872; }
span { border-color: rgb(0,24,114); }
td.TdClassName
{
border-color: #001872;
}
.TagClassName
{
border-color: #001872;
}
</style>