Shades of Sapphire #00204A
Tints of Sapphire #00204A
RGB
CMYK
RGB Variations
Color information
#00204A (or 0x00204A) is known color: Sapphire. HEX triplet: 00, 20 and 4A. RGB value is (0,32,74). Sum of RGB (Red+Green+Blue) = 0+32+74=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #00204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00204A is #FFDFB5. Grayscale: #1B1B1B. Windows color (decimal): -16768950 or 4857856. OLE color: 4857856.
HSL color Cylindrical-coordinate representation of color #00204A: hue angle of 214.05º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00204A is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 32 | 74 | - |
| CMYK | 1 | 0.57 | 0 | 0.71 |
| HSL | 214.05º | 1% | 0.15% | - |
| HSV(B) | 214.05º | 1% | 0.29% | - |
| XYZ | 1.75 | 1.53 | 6.68 | - |
| YUV | 27.22 | 154.4 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 74 | 1 | 0.57 | 0 | 0.71 | 214.05 | 1 | 0.15 |
| Hex | 0 | 20 | 4A | 64 | 39 | 0 | 47 | D6 | 64 | F |
| Octal | 0 | 40 | 112 | 144 | 71 | 0 | 107 | 326 | 144 | 17 |
| Binary | 0 | 100000 | 1001010 | 1100100 | 111001 | 0 | 1000111 | 11010110 | 1100100 | 1111 |
Color Harmonies of #00204A
Complementary color
Monochromatic Colors of #00204A
Black with #00204A
Text Example
Text Example
White with #00204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00204A; }
p { color: rgb(0,32,74); }
H1.HeaderClassName
{
color: #00204A;
}
.AnyTagClassName
{
color: #00204A;
}
</style>
background-color css
<style>
a { background-color: #00204A; }
a { background-color: rgb(0,32,74); }
div.DivClassName
{
background-color: #00204A;
}
.BgClassName
{
background-color: #00204A;
}
</style>
border-color css
<style>
span { border-color: #00204A; }
span { border-color: rgb(0,32,74); }
td.TdClassName
{
border-color: #00204A;
}
.TagClassName
{
border-color: #00204A;
}
</style>