Shades of Sapphire #00204E
Tints of Sapphire #00204E
RGB
CMYK
RGB Variations
Color information
#00204E (or 0x00204E) is known color: Sapphire. HEX triplet: 00, 20 and 4E. RGB value is (0,32,78). Sum of RGB (Red+Green+Blue) = 0+32+78=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 78 (30.86% from 255 or 70.91% from 110); Max value from RGB is 78 - color contains mainly: blue. Hex color #00204E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00204E is #FFDFB1. Grayscale: #1B1B1B. Windows color (decimal): -16768946 or 5120000. OLE color: 5120000.
HSL color Cylindrical-coordinate representation of color #00204E: hue angle of 215.38º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00204E is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 32 | 78 | - |
| CMYK | 1 | 0.59 | 0 | 0.69 |
| HSL | 215.38º | 1% | 0.15% | - |
| HSV(B) | 215.38º | 1% | 0.31% | - |
| XYZ | 1.89 | 1.58 | 7.41 | - |
| YUV | 27.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 78 | 1 | 0.59 | 0 | 0.69 | 215.38 | 1 | 0.15 |
| Hex | 0 | 20 | 4E | 64 | 3B | 0 | 45 | D7 | 64 | F |
| Octal | 0 | 40 | 116 | 144 | 73 | 0 | 105 | 327 | 144 | 17 |
| Binary | 0 | 100000 | 1001110 | 1100100 | 111011 | 0 | 1000101 | 11010111 | 1100100 | 1111 |
Color Harmonies of #00204E
Complementary color
Monochromatic Colors of #00204E
Black with #00204E
Text Example
Text Example
White with #00204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00204E; }
p { color: rgb(0,32,78); }
H1.HeaderClassName
{
color: #00204E;
}
.AnyTagClassName
{
color: #00204E;
}
</style>
background-color css
<style>
a { background-color: #00204E; }
a { background-color: rgb(0,32,78); }
div.DivClassName
{
background-color: #00204E;
}
.BgClassName
{
background-color: #00204E;
}
</style>
border-color css
<style>
span { border-color: #00204E; }
span { border-color: rgb(0,32,78); }
td.TdClassName
{
border-color: #00204E;
}
.TagClassName
{
border-color: #00204E;
}
</style>