Shades of Sapphire #002355
Tints of Sapphire #002355
RGB
CMYK
RGB Variations
Color information
#002355 (or 0x002355) is known color: Sapphire. HEX triplet: 00, 23 and 55. RGB value is (0,35,85). Sum of RGB (Red+Green+Blue) = 0+35+85=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #002355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002355 is #FFDCAA. Grayscale: #1E1E1E. Windows color (decimal): -16768171 or 5579520. OLE color: 5579520.
HSL color Cylindrical-coordinate representation of color #002355: hue angle of 215.29º 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 #002355 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 35 | 85 | - |
| CMYK | 1 | 0.59 | 0 | 0.67 |
| HSL | 215.29º | 1% | 0.17% | - |
| HSV(B) | 215.29º | 1% | 0.33% | - |
| XYZ | 2.24 | 1.86 | 8.83 | - |
| YUV | 30.24 | 158.9 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 85 | 1 | 0.59 | 0 | 0.67 | 215.29 | 1 | 0.17 |
| Hex | 0 | 23 | 55 | 64 | 3B | 0 | 43 | D7 | 64 | 11 |
| Octal | 0 | 43 | 125 | 144 | 73 | 0 | 103 | 327 | 144 | 21 |
| Binary | 0 | 100011 | 1010101 | 1100100 | 111011 | 0 | 1000011 | 11010111 | 1100100 | 10001 |
Color Harmonies of #002355
Complementary color
Monochromatic Colors of #002355
Black with #002355
Text Example
Text Example
White with #002355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002355; }
p { color: rgb(0,35,85); }
H1.HeaderClassName
{
color: #002355;
}
.AnyTagClassName
{
color: #002355;
}
</style>
background-color css
<style>
a { background-color: #002355; }
a { background-color: rgb(0,35,85); }
div.DivClassName
{
background-color: #002355;
}
.BgClassName
{
background-color: #002355;
}
</style>
border-color css
<style>
span { border-color: #002355; }
span { border-color: rgb(0,35,85); }
td.TdClassName
{
border-color: #002355;
}
.TagClassName
{
border-color: #002355;
}
</style>