Shades of Sapphire #002255
Tints of Sapphire #002255
RGB
CMYK
RGB Variations
Color information
#002255 (or 0x002255) is known color: Sapphire. HEX triplet: 00, 22 and 55. RGB value is (0,34,85). Sum of RGB (Red+Green+Blue) = 0+34+85=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #002255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002255 is #FFDDAA. Grayscale: #1D1D1D. Windows color (decimal): -16768427 or 5579264. OLE color: 5579264.
HSL color Cylindrical-coordinate representation of color #002255: hue angle of 216º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002255 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 34 | 85 | - |
| CMYK | 1 | 0.60 | 0 | 0.67 |
| HSL | 216º | 1% | 0.17% | - |
| HSV(B) | 216º | 1% | 0.33% | - |
| XYZ | 2.21 | 1.8 | 8.83 | - |
| YUV | 29.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 85 | 1 | 0.60 | 0 | 0.67 | 216 | 1 | 0.17 |
| Hex | 0 | 22 | 55 | 64 | 3C | 0 | 43 | D8 | 64 | 11 |
| Octal | 0 | 42 | 125 | 144 | 74 | 0 | 103 | 330 | 144 | 21 |
| Binary | 0 | 100010 | 1010101 | 1100100 | 111100 | 0 | 1000011 | 11011000 | 1100100 | 10001 |
Color Harmonies of #002255
Complementary color
Monochromatic Colors of #002255
Black with #002255
Text Example
Text Example
White with #002255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002255; }
p { color: rgb(0,34,85); }
H1.HeaderClassName
{
color: #002255;
}
.AnyTagClassName
{
color: #002255;
}
</style>
background-color css
<style>
a { background-color: #002255; }
a { background-color: rgb(0,34,85); }
div.DivClassName
{
background-color: #002255;
}
.BgClassName
{
background-color: #002255;
}
</style>
border-color css
<style>
span { border-color: #002255; }
span { border-color: rgb(0,34,85); }
td.TdClassName
{
border-color: #002255;
}
.TagClassName
{
border-color: #002255;
}
</style>