Shades of Sapphire #00256E
Tints of Sapphire #00256E
RGB
CMYK
RGB Variations
Color information
#00256E (or 0x00256E) is known color: Sapphire. HEX triplet: 00, 25 and 6E. RGB value is (0,37,110). Sum of RGB (Red+Green+Blue) = 0+37+110=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #00256E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00256E is #FFDA91. Grayscale: #212121. Windows color (decimal): -16767634 or 7218432. OLE color: 7218432.
HSL color Cylindrical-coordinate representation of color #00256E: hue angle of 219.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00256E is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 37 | 110 | - |
| CMYK | 1 | 0.66 | 0 | 0.57 |
| HSL | 219.82º | 1% | 0.22% | - |
| HSV(B) | 219.82º | 1% | 0.43% | - |
| XYZ | 3.48 | 2.45 | 15.04 | - |
| YUV | 34.26 | 170.74 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 110 | 1 | 0.66 | 0 | 0.57 | 219.82 | 1 | 0.22 |
| Hex | 0 | 25 | 6E | 64 | 42 | 0 | 39 | DC | 64 | 16 |
| Octal | 0 | 45 | 156 | 144 | 102 | 0 | 71 | 334 | 144 | 26 |
| Binary | 0 | 100101 | 1101110 | 1100100 | 1000010 | 0 | 111001 | 11011100 | 1100100 | 10110 |
Color Harmonies of #00256E
Complementary color
Monochromatic Colors of #00256E
Black with #00256E
Text Example
Text Example
White with #00256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00256E; }
p { color: rgb(0,37,110); }
H1.HeaderClassName
{
color: #00256E;
}
.AnyTagClassName
{
color: #00256E;
}
</style>
background-color css
<style>
a { background-color: #00256E; }
a { background-color: rgb(0,37,110); }
div.DivClassName
{
background-color: #00256E;
}
.BgClassName
{
background-color: #00256E;
}
</style>
border-color css
<style>
span { border-color: #00256E; }
span { border-color: rgb(0,37,110); }
td.TdClassName
{
border-color: #00256E;
}
.TagClassName
{
border-color: #00256E;
}
</style>