Shades of Sapphire #002372
Tints of Sapphire #002372
RGB
CMYK
RGB Variations
Color information
#002372 (or 0x002372) is known color: Sapphire. HEX triplet: 00, 23 and 72. RGB value is (0,35,114). Sum of RGB (Red+Green+Blue) = 0+35+114=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 114 (44.92% from 255 or 76.51% from 149); Max value from RGB is 114 - color contains mainly: blue. Hex color #002372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002372 is #FFDC8D. Grayscale: #212121. Windows color (decimal): -16768142 or 7480064. OLE color: 7480064.
HSL color Cylindrical-coordinate representation of color #002372: hue angle of 221.58º 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 #002372 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 35 | 114 | - |
| CMYK | 1 | 0.69 | 0 | 0.55 |
| HSL | 221.58º | 1% | 0.22% | - |
| HSV(B) | 221.58º | 1% | 0.45% | - |
| XYZ | 3.64 | 2.42 | 16.19 | - |
| YUV | 33.54 | 173.4 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 114 | 1 | 0.69 | 0 | 0.55 | 221.58 | 1 | 0.22 |
| Hex | 0 | 23 | 72 | 64 | 45 | 0 | 37 | DE | 64 | 16 |
| Octal | 0 | 43 | 162 | 144 | 105 | 0 | 67 | 336 | 144 | 26 |
| Binary | 0 | 100011 | 1110010 | 1100100 | 1000101 | 0 | 110111 | 11011110 | 1100100 | 10110 |
Color Harmonies of #002372
Complementary color
Monochromatic Colors of #002372
Black with #002372
Text Example
Text Example
White with #002372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002372; }
p { color: rgb(0,35,114); }
H1.HeaderClassName
{
color: #002372;
}
.AnyTagClassName
{
color: #002372;
}
</style>
background-color css
<style>
a { background-color: #002372; }
a { background-color: rgb(0,35,114); }
div.DivClassName
{
background-color: #002372;
}
.BgClassName
{
background-color: #002372;
}
</style>
border-color css
<style>
span { border-color: #002372; }
span { border-color: rgb(0,35,114); }
td.TdClassName
{
border-color: #002372;
}
.TagClassName
{
border-color: #002372;
}
</style>