Shades of Sapphire #00226D
Tints of Sapphire #00226D
RGB
CMYK
RGB Variations
Color information
#00226D (or 0x00226D) is known color: Sapphire. HEX triplet: 00, 22 and 6D. RGB value is (0,34,109). Sum of RGB (Red+Green+Blue) = 0+34+109=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 109 (42.97% from 255 or 76.22% from 143); Max value from RGB is 109 - color contains mainly: blue. Hex color #00226D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00226D is #FFDD92. Grayscale: #202020. Windows color (decimal): -16768403 or 7152128. OLE color: 7152128.
HSL color Cylindrical-coordinate representation of color #00226D: hue angle of 221.28º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00226D is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 34 | 109 | - |
| CMYK | 1 | 0.69 | 0 | 0.57 |
| HSL | 221.28º | 1% | 0.21% | - |
| HSV(B) | 221.28º | 1% | 0.43% | - |
| XYZ | 3.33 | 2.25 | 14.73 | - |
| YUV | 32.38 | 171.24 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 109 | 1 | 0.69 | 0 | 0.57 | 221.28 | 1 | 0.21 |
| Hex | 0 | 22 | 6D | 64 | 45 | 0 | 39 | DD | 64 | 15 |
| Octal | 0 | 42 | 155 | 144 | 105 | 0 | 71 | 335 | 144 | 25 |
| Binary | 0 | 100010 | 1101101 | 1100100 | 1000101 | 0 | 111001 | 11011101 | 1100100 | 10101 |
Color Harmonies of #00226D
Complementary color
Monochromatic Colors of #00226D
Black with #00226D
Text Example
Text Example
White with #00226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00226D; }
p { color: rgb(0,34,109); }
H1.HeaderClassName
{
color: #00226D;
}
.AnyTagClassName
{
color: #00226D;
}
</style>
background-color css
<style>
a { background-color: #00226D; }
a { background-color: rgb(0,34,109); }
div.DivClassName
{
background-color: #00226D;
}
.BgClassName
{
background-color: #00226D;
}
</style>
border-color css
<style>
span { border-color: #00226D; }
span { border-color: rgb(0,34,109); }
td.TdClassName
{
border-color: #00226D;
}
.TagClassName
{
border-color: #00226D;
}
</style>