Shades of Sapphire #002276
Tints of Sapphire #002276
RGB
CMYK
RGB Variations
Color information
#002276 (or 0x002276) is known color: Sapphire. HEX triplet: 00, 22 and 76. RGB value is (0,34,118). Sum of RGB (Red+Green+Blue) = 0+34+118=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 118 (46.48% from 255 or 77.63% from 152); Max value from RGB is 118 - color contains mainly: blue. Hex color #002276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002276 is #FFDD89. Grayscale: #212121. Windows color (decimal): -16768394 or 7741952. OLE color: 7741952.
HSL color Cylindrical-coordinate representation of color #002276: hue angle of 222.71º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002276 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 34 | 118 | - |
| CMYK | 1 | 0.71 | 0 | 0.54 |
| HSL | 222.71º | 1% | 0.23% | - |
| HSV(B) | 222.71º | 1% | 0.46% | - |
| XYZ | 3.84 | 2.45 | 17.41 | - |
| YUV | 33.41 | 175.74 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 118 | 1 | 0.71 | 0 | 0.54 | 222.71 | 1 | 0.23 |
| Hex | 0 | 22 | 76 | 64 | 47 | 0 | 36 | DF | 64 | 17 |
| Octal | 0 | 42 | 166 | 144 | 107 | 0 | 66 | 337 | 144 | 27 |
| Binary | 0 | 100010 | 1110110 | 1100100 | 1000111 | 0 | 110110 | 11011111 | 1100100 | 10111 |
Color Harmonies of #002276
Complementary color
Monochromatic Colors of #002276
Black with #002276
Text Example
Text Example
White with #002276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002276; }
p { color: rgb(0,34,118); }
H1.HeaderClassName
{
color: #002276;
}
.AnyTagClassName
{
color: #002276;
}
</style>
background-color css
<style>
a { background-color: #002276; }
a { background-color: rgb(0,34,118); }
div.DivClassName
{
background-color: #002276;
}
.BgClassName
{
background-color: #002276;
}
</style>
border-color css
<style>
span { border-color: #002276; }
span { border-color: rgb(0,34,118); }
td.TdClassName
{
border-color: #002276;
}
.TagClassName
{
border-color: #002276;
}
</style>