Shades of Sapphire #002472
Tints of Sapphire #002472
RGB
CMYK
RGB Variations
Color information
#002472 (or 0x002472) is known color: Sapphire. HEX triplet: 00, 24 and 72. RGB value is (0,36,114). Sum of RGB (Red+Green+Blue) = 0+36+114=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 114 (44.92% from 255 or 76% from 150); Max value from RGB is 114 - color contains mainly: blue. Hex color #002472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002472 is #FFDB8D. Grayscale: #212121. Windows color (decimal): -16767886 or 7480320. OLE color: 7480320.
HSL color Cylindrical-coordinate representation of color #002472: hue angle of 221.05º 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 #002472 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 36 | 114 | - |
| CMYK | 1 | 0.68 | 0 | 0.55 |
| HSL | 221.05º | 1% | 0.22% | - |
| HSV(B) | 221.05º | 1% | 0.45% | - |
| XYZ | 3.67 | 2.48 | 16.2 | - |
| YUV | 34.13 | 173.07 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 114 | 1 | 0.68 | 0 | 0.55 | 221.05 | 1 | 0.22 |
| Hex | 0 | 24 | 72 | 64 | 44 | 0 | 37 | DD | 64 | 16 |
| Octal | 0 | 44 | 162 | 144 | 104 | 0 | 67 | 335 | 144 | 26 |
| Binary | 0 | 100100 | 1110010 | 1100100 | 1000100 | 0 | 110111 | 11011101 | 1100100 | 10110 |
Color Harmonies of #002472
Complementary color
Monochromatic Colors of #002472
Black with #002472
Text Example
Text Example
White with #002472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002472; }
p { color: rgb(0,36,114); }
H1.HeaderClassName
{
color: #002472;
}
.AnyTagClassName
{
color: #002472;
}
</style>
background-color css
<style>
a { background-color: #002472; }
a { background-color: rgb(0,36,114); }
div.DivClassName
{
background-color: #002472;
}
.BgClassName
{
background-color: #002472;
}
</style>
border-color css
<style>
span { border-color: #002472; }
span { border-color: rgb(0,36,114); }
td.TdClassName
{
border-color: #002472;
}
.TagClassName
{
border-color: #002472;
}
</style>