Shades of Sapphire #00226E
Tints of Sapphire #00226E
RGB
CMYK
RGB Variations
Color information
#00226E (or 0x00226E) is known color: Sapphire. HEX triplet: 00, 22 and 6E. RGB value is (0,34,110). Sum of RGB (Red+Green+Blue) = 0+34+110=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 110 (43.36% from 255 or 76.39% from 144); Max value from RGB is 110 - color contains mainly: blue. Hex color #00226E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00226E is #FFDD91. Grayscale: #202020. Windows color (decimal): -16768402 or 7217664. OLE color: 7217664.
HSL color Cylindrical-coordinate representation of color #00226E: hue angle of 221.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00226E is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 34 | 110 | - |
| CMYK | 1 | 0.69 | 0 | 0.57 |
| HSL | 221.45º | 1% | 0.22% | - |
| HSV(B) | 221.45º | 1% | 0.43% | - |
| XYZ | 3.39 | 2.27 | 15.01 | - |
| YUV | 32.5 | 171.74 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 110 | 1 | 0.69 | 0 | 0.57 | 221.45 | 1 | 0.22 |
| Hex | 0 | 22 | 6E | 64 | 45 | 0 | 39 | DD | 64 | 16 |
| Octal | 0 | 42 | 156 | 144 | 105 | 0 | 71 | 335 | 144 | 26 |
| Binary | 0 | 100010 | 1101110 | 1100100 | 1000101 | 0 | 111001 | 11011101 | 1100100 | 10110 |
Color Harmonies of #00226E
Complementary color
Monochromatic Colors of #00226E
Black with #00226E
Text Example
Text Example
White with #00226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00226E; }
p { color: rgb(0,34,110); }
H1.HeaderClassName
{
color: #00226E;
}
.AnyTagClassName
{
color: #00226E;
}
</style>
background-color css
<style>
a { background-color: #00226E; }
a { background-color: rgb(0,34,110); }
div.DivClassName
{
background-color: #00226E;
}
.BgClassName
{
background-color: #00226E;
}
</style>
border-color css
<style>
span { border-color: #00226E; }
span { border-color: rgb(0,34,110); }
td.TdClassName
{
border-color: #00226E;
}
.TagClassName
{
border-color: #00226E;
}
</style>