Shades of Sapphire #00225B
Tints of Sapphire #00225B
RGB
CMYK
RGB Variations
Color information
#00225B (or 0x00225B) is known color: Sapphire. HEX triplet: 00, 22 and 5B. RGB value is (0,34,91). Sum of RGB (Red+Green+Blue) = 0+34+91=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #00225B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00225B is #FFDDA4. Grayscale: #1E1E1E. Windows color (decimal): -16768421 or 5972480. OLE color: 5972480.
HSL color Cylindrical-coordinate representation of color #00225B: hue angle of 217.58º 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 #00225B is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 34 | 91 | - |
| CMYK | 1 | 0.63 | 0 | 0.64 |
| HSL | 217.58º | 1% | 0.18% | - |
| HSV(B) | 217.58º | 1% | 0.36% | - |
| XYZ | 2.46 | 1.9 | 10.13 | - |
| YUV | 30.33 | 162.24 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 91 | 1 | 0.63 | 0 | 0.64 | 217.58 | 1 | 0.18 |
| Hex | 0 | 22 | 5B | 64 | 3F | 0 | 40 | DA | 64 | 12 |
| Octal | 0 | 42 | 133 | 144 | 77 | 0 | 100 | 332 | 144 | 22 |
| Binary | 0 | 100010 | 1011011 | 1100100 | 111111 | 0 | 1000000 | 11011010 | 1100100 | 10010 |
Color Harmonies of #00225B
Complementary color
Monochromatic Colors of #00225B
Black with #00225B
Text Example
Text Example
White with #00225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00225B; }
p { color: rgb(0,34,91); }
H1.HeaderClassName
{
color: #00225B;
}
.AnyTagClassName
{
color: #00225B;
}
</style>
background-color css
<style>
a { background-color: #00225B; }
a { background-color: rgb(0,34,91); }
div.DivClassName
{
background-color: #00225B;
}
.BgClassName
{
background-color: #00225B;
}
</style>
border-color css
<style>
span { border-color: #00225B; }
span { border-color: rgb(0,34,91); }
td.TdClassName
{
border-color: #00225B;
}
.TagClassName
{
border-color: #00225B;
}
</style>