Shades of Sapphire #00224F
Tints of Sapphire #00224F
RGB
CMYK
RGB Variations
Color information
#00224F (or 0x00224F) is known color: Sapphire. HEX triplet: 00, 22 and 4F. RGB value is (0,34,79). Sum of RGB (Red+Green+Blue) = 0+34+79=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 79 (31.25% from 255 or 69.91% from 113); Max value from RGB is 79 - color contains mainly: blue. Hex color #00224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00224F is #FFDDB0. Grayscale: #1C1C1C. Windows color (decimal): -16768433 or 5186048. OLE color: 5186048.
HSL color Cylindrical-coordinate representation of color #00224F: hue angle of 214.18º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00224F is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 34 | 79 | - |
| CMYK | 1 | 0.57 | 0 | 0.69 |
| HSL | 214.18º | 1% | 0.15% | - |
| HSV(B) | 214.18º | 1% | 0.31% | - |
| XYZ | 1.98 | 1.71 | 7.62 | - |
| YUV | 28.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 79 | 1 | 0.57 | 0 | 0.69 | 214.18 | 1 | 0.15 |
| Hex | 0 | 22 | 4F | 64 | 39 | 0 | 45 | D6 | 64 | F |
| Octal | 0 | 42 | 117 | 144 | 71 | 0 | 105 | 326 | 144 | 17 |
| Binary | 0 | 100010 | 1001111 | 1100100 | 111001 | 0 | 1000101 | 11010110 | 1100100 | 1111 |
Color Harmonies of #00224F
Complementary color
Monochromatic Colors of #00224F
Black with #00224F
Text Example
Text Example
White with #00224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00224F; }
p { color: rgb(0,34,79); }
H1.HeaderClassName
{
color: #00224F;
}
.AnyTagClassName
{
color: #00224F;
}
</style>
background-color css
<style>
a { background-color: #00224F; }
a { background-color: rgb(0,34,79); }
div.DivClassName
{
background-color: #00224F;
}
.BgClassName
{
background-color: #00224F;
}
</style>
border-color css
<style>
span { border-color: #00224F; }
span { border-color: rgb(0,34,79); }
td.TdClassName
{
border-color: #00224F;
}
.TagClassName
{
border-color: #00224F;
}
</style>