Shades of Sapphire #00227C
Tints of Sapphire #00227C
RGB
CMYK
RGB Variations
Color information
#00227C (or 0x00227C) is known color: Sapphire. HEX triplet: 00, 22 and 7C. RGB value is (0,34,124). Sum of RGB (Red+Green+Blue) = 0+34+124=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #00227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00227C is #FFDD83. Grayscale: #212121. Windows color (decimal): -16768388 or 8135168. OLE color: 8135168.
HSL color Cylindrical-coordinate representation of color #00227C: hue angle of 223.55º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00227C is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 34 | 124 | - |
| CMYK | 1 | 0.73 | 0 | 0.51 |
| HSL | 223.55º | 1% | 0.24% | - |
| HSV(B) | 223.55º | 1% | 0.49% | - |
| XYZ | 4.21 | 2.6 | 19.35 | - |
| YUV | 34.09 | 178.74 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 124 | 1 | 0.73 | 0 | 0.51 | 223.55 | 1 | 0.24 |
| Hex | 0 | 22 | 7C | 64 | 49 | 0 | 33 | E0 | 64 | 18 |
| Octal | 0 | 42 | 174 | 144 | 111 | 0 | 63 | 340 | 144 | 30 |
| Binary | 0 | 100010 | 1111100 | 1100100 | 1001001 | 0 | 110011 | 11100000 | 1100100 | 11000 |
Color Harmonies of #00227C
Complementary color
Monochromatic Colors of #00227C
Black with #00227C
Text Example
Text Example
White with #00227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00227C; }
p { color: rgb(0,34,124); }
H1.HeaderClassName
{
color: #00227C;
}
.AnyTagClassName
{
color: #00227C;
}
</style>
background-color css
<style>
a { background-color: #00227C; }
a { background-color: rgb(0,34,124); }
div.DivClassName
{
background-color: #00227C;
}
.BgClassName
{
background-color: #00227C;
}
</style>
border-color css
<style>
span { border-color: #00227C; }
span { border-color: rgb(0,34,124); }
td.TdClassName
{
border-color: #00227C;
}
.TagClassName
{
border-color: #00227C;
}
</style>