Shades of Sapphire #00207E
Tints of Sapphire #00207E
RGB
CMYK
RGB Variations
Color information
#00207E (or 0x00207E) is known color: Sapphire. HEX triplet: 00, 20 and 7E. RGB value is (0,32,126). Sum of RGB (Red+Green+Blue) = 0+32+126=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 126 (49.61% from 255 or 79.75% from 158); Max value from RGB is 126 - color contains mainly: blue. Hex color #00207E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00207E is #FFDF81. Grayscale: #202020. Windows color (decimal): -16768898 or 8265728. OLE color: 8265728.
HSL color Cylindrical-coordinate representation of color #00207E: hue angle of 224.76º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00207E is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 32 | 126 | - |
| CMYK | 1 | 0.75 | 0 | 0.51 |
| HSL | 224.76º | 1% | 0.25% | - |
| HSV(B) | 224.76º | 1% | 0.49% | - |
| XYZ | 4.28 | 2.54 | 20 | - |
| YUV | 33.15 | 180.4 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 126 | 1 | 0.75 | 0 | 0.51 | 224.76 | 1 | 0.25 |
| Hex | 0 | 20 | 7E | 64 | 4B | 0 | 33 | E1 | 64 | 19 |
| Octal | 0 | 40 | 176 | 144 | 113 | 0 | 63 | 341 | 144 | 31 |
| Binary | 0 | 100000 | 1111110 | 1100100 | 1001011 | 0 | 110011 | 11100001 | 1100100 | 11001 |
Color Harmonies of #00207E
Complementary color
Monochromatic Colors of #00207E
Black with #00207E
Text Example
Text Example
White with #00207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00207E; }
p { color: rgb(0,32,126); }
H1.HeaderClassName
{
color: #00207E;
}
.AnyTagClassName
{
color: #00207E;
}
</style>
background-color css
<style>
a { background-color: #00207E; }
a { background-color: rgb(0,32,126); }
div.DivClassName
{
background-color: #00207E;
}
.BgClassName
{
background-color: #00207E;
}
</style>
border-color css
<style>
span { border-color: #00207E; }
span { border-color: rgb(0,32,126); }
td.TdClassName
{
border-color: #00207E;
}
.TagClassName
{
border-color: #00207E;
}
</style>