Shades of Sapphire #00225C
Tints of Sapphire #00225C
RGB
CMYK
RGB Variations
Color information
#00225C (or 0x00225C) is known color: Sapphire. HEX triplet: 00, 22 and 5C. RGB value is (0,34,92). Sum of RGB (Red+Green+Blue) = 0+34+92=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #00225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00225C is #FFDDA3. Grayscale: #1E1E1E. Windows color (decimal): -16768420 or 6038016. OLE color: 6038016.
HSL color Cylindrical-coordinate representation of color #00225C: hue angle of 217.83º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00225C is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 34 | 92 | - |
| CMYK | 1 | 0.63 | 0 | 0.64 |
| HSL | 217.83º | 1% | 0.18% | - |
| HSV(B) | 217.83º | 1% | 0.36% | - |
| XYZ | 2.5 | 1.92 | 10.36 | - |
| YUV | 30.45 | 162.74 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 92 | 1 | 0.63 | 0 | 0.64 | 217.83 | 1 | 0.18 |
| Hex | 0 | 22 | 5C | 64 | 3F | 0 | 40 | DA | 64 | 12 |
| Octal | 0 | 42 | 134 | 144 | 77 | 0 | 100 | 332 | 144 | 22 |
| Binary | 0 | 100010 | 1011100 | 1100100 | 111111 | 0 | 1000000 | 11011010 | 1100100 | 10010 |
Color Harmonies of #00225C
Complementary color
Monochromatic Colors of #00225C
Black with #00225C
Text Example
Text Example
White with #00225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00225C; }
p { color: rgb(0,34,92); }
H1.HeaderClassName
{
color: #00225C;
}
.AnyTagClassName
{
color: #00225C;
}
</style>
background-color css
<style>
a { background-color: #00225C; }
a { background-color: rgb(0,34,92); }
div.DivClassName
{
background-color: #00225C;
}
.BgClassName
{
background-color: #00225C;
}
</style>
border-color css
<style>
span { border-color: #00225C; }
span { border-color: rgb(0,34,92); }
td.TdClassName
{
border-color: #00225C;
}
.TagClassName
{
border-color: #00225C;
}
</style>