Shades of Sapphire #002673
Tints of Sapphire #002673
RGB
CMYK
RGB Variations
Color information
#002673 (or 0x002673) is known color: Sapphire. HEX triplet: 00, 26 and 73. RGB value is (0,38,115). Sum of RGB (Red+Green+Blue) = 0+38+115=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #002673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002673 is #FFD98C. Grayscale: #232323. Windows color (decimal): -16767373 or 7546368. OLE color: 7546368.
HSL color Cylindrical-coordinate representation of color #002673: hue angle of 220.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002673 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 38 | 115 | - |
| CMYK | 1 | 0.67 | 0 | 0.55 |
| HSL | 220.17º | 1% | 0.23% | - |
| HSV(B) | 220.17º | 1% | 0.45% | - |
| XYZ | 3.79 | 2.62 | 16.53 | - |
| YUV | 35.42 | 172.91 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 115 | 1 | 0.67 | 0 | 0.55 | 220.17 | 1 | 0.23 |
| Hex | 0 | 26 | 73 | 64 | 43 | 0 | 37 | DC | 64 | 17 |
| Octal | 0 | 46 | 163 | 144 | 103 | 0 | 67 | 334 | 144 | 27 |
| Binary | 0 | 100110 | 1110011 | 1100100 | 1000011 | 0 | 110111 | 11011100 | 1100100 | 10111 |
Color Harmonies of #002673
Complementary color
Monochromatic Colors of #002673
Black with #002673
Text Example
Text Example
White with #002673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002673; }
p { color: rgb(0,38,115); }
H1.HeaderClassName
{
color: #002673;
}
.AnyTagClassName
{
color: #002673;
}
</style>
background-color css
<style>
a { background-color: #002673; }
a { background-color: rgb(0,38,115); }
div.DivClassName
{
background-color: #002673;
}
.BgClassName
{
background-color: #002673;
}
</style>
border-color css
<style>
span { border-color: #002673; }
span { border-color: rgb(0,38,115); }
td.TdClassName
{
border-color: #002673;
}
.TagClassName
{
border-color: #002673;
}
</style>