Shades of Sapphire #00206F
Tints of Sapphire #00206F
RGB
CMYK
RGB Variations
Color information
#00206F (or 0x00206F) is known color: Sapphire. HEX triplet: 00, 20 and 6F. RGB value is (0,32,111). Sum of RGB (Red+Green+Blue) = 0+32+111=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 111 (43.75% from 255 or 77.62% from 143); Max value from RGB is 111 - color contains mainly: blue. Hex color #00206F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00206F is #FFDF90. Grayscale: #1F1F1F. Windows color (decimal): -16768913 or 7282688. OLE color: 7282688.
HSL color Cylindrical-coordinate representation of color #00206F: hue angle of 222.7º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00206F is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 32 | 111 | - |
| CMYK | 1 | 0.71 | 0 | 0.56 |
| HSL | 222.7º | 1% | 0.22% | - |
| HSV(B) | 222.7º | 1% | 0.44% | - |
| XYZ | 3.39 | 2.18 | 15.28 | - |
| YUV | 31.44 | 172.9 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 111 | 1 | 0.71 | 0 | 0.56 | 222.7 | 1 | 0.22 |
| Hex | 0 | 20 | 6F | 64 | 47 | 0 | 38 | DF | 64 | 16 |
| Octal | 0 | 40 | 157 | 144 | 107 | 0 | 70 | 337 | 144 | 26 |
| Binary | 0 | 100000 | 1101111 | 1100100 | 1000111 | 0 | 111000 | 11011111 | 1100100 | 10110 |
Color Harmonies of #00206F
Complementary color
Monochromatic Colors of #00206F
Black with #00206F
Text Example
Text Example
White with #00206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00206F; }
p { color: rgb(0,32,111); }
H1.HeaderClassName
{
color: #00206F;
}
.AnyTagClassName
{
color: #00206F;
}
</style>
background-color css
<style>
a { background-color: #00206F; }
a { background-color: rgb(0,32,111); }
div.DivClassName
{
background-color: #00206F;
}
.BgClassName
{
background-color: #00206F;
}
</style>
border-color css
<style>
span { border-color: #00206F; }
span { border-color: rgb(0,32,111); }
td.TdClassName
{
border-color: #00206F;
}
.TagClassName
{
border-color: #00206F;
}
</style>