Shades of Sapphire #002455
Tints of Sapphire #002455
RGB
CMYK
RGB Variations
Color information
#002455 (or 0x002455) is known color: Sapphire. HEX triplet: 00, 24 and 55. RGB value is (0,36,85). Sum of RGB (Red+Green+Blue) = 0+36+85=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #002455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002455 is #FFDBAA. Grayscale: #1E1E1E. Windows color (decimal): -16767915 or 5579776. OLE color: 5579776.
HSL color Cylindrical-coordinate representation of color #002455: hue angle of 214.59º 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 #002455 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 36 | 85 | - |
| CMYK | 1 | 0.58 | 0 | 0.67 |
| HSL | 214.59º | 1% | 0.17% | - |
| HSV(B) | 214.59º | 1% | 0.33% | - |
| XYZ | 2.27 | 1.92 | 8.84 | - |
| YUV | 30.82 | 158.57 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 85 | 1 | 0.58 | 0 | 0.67 | 214.59 | 1 | 0.17 |
| Hex | 0 | 24 | 55 | 64 | 3A | 0 | 43 | D7 | 64 | 11 |
| Octal | 0 | 44 | 125 | 144 | 72 | 0 | 103 | 327 | 144 | 21 |
| Binary | 0 | 100100 | 1010101 | 1100100 | 111010 | 0 | 1000011 | 11010111 | 1100100 | 10001 |
Color Harmonies of #002455
Complementary color
Monochromatic Colors of #002455
Black with #002455
Text Example
Text Example
White with #002455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002455; }
p { color: rgb(0,36,85); }
H1.HeaderClassName
{
color: #002455;
}
.AnyTagClassName
{
color: #002455;
}
</style>
background-color css
<style>
a { background-color: #002455; }
a { background-color: rgb(0,36,85); }
div.DivClassName
{
background-color: #002455;
}
.BgClassName
{
background-color: #002455;
}
</style>
border-color css
<style>
span { border-color: #002455; }
span { border-color: rgb(0,36,85); }
td.TdClassName
{
border-color: #002455;
}
.TagClassName
{
border-color: #002455;
}
</style>