Shades of Sapphire #002356
Tints of Sapphire #002356
RGB
CMYK
RGB Variations
Color information
#002356 (or 0x002356) is known color: Sapphire. HEX triplet: 00, 23 and 56. RGB value is (0,35,86). Sum of RGB (Red+Green+Blue) = 0+35+86=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 86 (33.98% from 255 or 71.07% from 121); Max value from RGB is 86 - color contains mainly: blue. Hex color #002356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002356 is #FFDCA9. Grayscale: #1E1E1E. Windows color (decimal): -16768170 or 5645056. OLE color: 5645056.
HSL color Cylindrical-coordinate representation of color #002356: hue angle of 215.58º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002356 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 35 | 86 | - |
| CMYK | 1 | 0.59 | 0 | 0.66 |
| HSL | 215.58º | 1% | 0.17% | - |
| HSV(B) | 215.58º | 1% | 0.34% | - |
| XYZ | 2.28 | 1.87 | 9.05 | - |
| YUV | 30.35 | 159.4 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 86 | 1 | 0.59 | 0 | 0.66 | 215.58 | 1 | 0.17 |
| Hex | 0 | 23 | 56 | 64 | 3B | 0 | 42 | D8 | 64 | 11 |
| Octal | 0 | 43 | 126 | 144 | 73 | 0 | 102 | 330 | 144 | 21 |
| Binary | 0 | 100011 | 1010110 | 1100100 | 111011 | 0 | 1000010 | 11011000 | 1100100 | 10001 |
Color Harmonies of #002356
Complementary color
Monochromatic Colors of #002356
Black with #002356
Text Example
Text Example
White with #002356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002356; }
p { color: rgb(0,35,86); }
H1.HeaderClassName
{
color: #002356;
}
.AnyTagClassName
{
color: #002356;
}
</style>
background-color css
<style>
a { background-color: #002356; }
a { background-color: rgb(0,35,86); }
div.DivClassName
{
background-color: #002356;
}
.BgClassName
{
background-color: #002356;
}
</style>
border-color css
<style>
span { border-color: #002356; }
span { border-color: rgb(0,35,86); }
td.TdClassName
{
border-color: #002356;
}
.TagClassName
{
border-color: #002356;
}
</style>