Shades of Sapphire #002772
Tints of Sapphire #002772
RGB
CMYK
RGB Variations
Color information
#002772 (or 0x002772) is known color: Sapphire. HEX triplet: 00, 27 and 72. RGB value is (0,39,114). Sum of RGB (Red+Green+Blue) = 0+39+114=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #002772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002772 is #FFD88D. Grayscale: #232323. Windows color (decimal): -16767118 or 7481088. OLE color: 7481088.
HSL color Cylindrical-coordinate representation of color #002772: hue angle of 219.47º 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 #002772 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 39 | 114 | - |
| CMYK | 1 | 0.66 | 0 | 0.55 |
| HSL | 219.47º | 1% | 0.22% | - |
| HSV(B) | 219.47º | 1% | 0.45% | - |
| XYZ | 3.76 | 2.67 | 16.24 | - |
| YUV | 35.89 | 172.08 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 114 | 1 | 0.66 | 0 | 0.55 | 219.47 | 1 | 0.22 |
| Hex | 0 | 27 | 72 | 64 | 42 | 0 | 37 | DB | 64 | 16 |
| Octal | 0 | 47 | 162 | 144 | 102 | 0 | 67 | 333 | 144 | 26 |
| Binary | 0 | 100111 | 1110010 | 1100100 | 1000010 | 0 | 110111 | 11011011 | 1100100 | 10110 |
Color Harmonies of #002772
Complementary color
Monochromatic Colors of #002772
Black with #002772
Text Example
Text Example
White with #002772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002772; }
p { color: rgb(0,39,114); }
H1.HeaderClassName
{
color: #002772;
}
.AnyTagClassName
{
color: #002772;
}
</style>
background-color css
<style>
a { background-color: #002772; }
a { background-color: rgb(0,39,114); }
div.DivClassName
{
background-color: #002772;
}
.BgClassName
{
background-color: #002772;
}
</style>
border-color css
<style>
span { border-color: #002772; }
span { border-color: rgb(0,39,114); }
td.TdClassName
{
border-color: #002772;
}
.TagClassName
{
border-color: #002772;
}
</style>