Shades of Sapphire #00104D
Tints of Sapphire #00104D
RGB
CMYK
RGB Variations
Color information
#00104D (or 0x00104D) is known color: Sapphire. HEX triplet: 00, 10 and 4D. RGB value is (0,16,77). Sum of RGB (Red+Green+Blue) = 0+16+77=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 77 (30.47% from 255 or 82.80% from 93); Max value from RGB is 77 - color contains mainly: blue. Hex color #00104D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00104D is #FFEFB2. Grayscale: #111111. Windows color (decimal): -16773043 or 5050368. OLE color: 5050368.
HSL color Cylindrical-coordinate representation of color #00104D: hue angle of 227.53º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00104D is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 16 | 77 | - |
| CMYK | 1 | 0.79 | 0 | 0.70 |
| HSL | 227.53º | 1% | 0.15% | - |
| HSV(B) | 227.53º | 1% | 0.3% | - |
| XYZ | 1.52 | 0.91 | 7.12 | - |
| YUV | 18.17 | 161.2 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 77 | 1 | 0.79 | 0 | 0.70 | 227.53 | 1 | 0.15 |
| Hex | 0 | 10 | 4D | 64 | 4F | 0 | 46 | E4 | 64 | F |
| Octal | 0 | 20 | 115 | 144 | 117 | 0 | 106 | 344 | 144 | 17 |
| Binary | 0 | 10000 | 1001101 | 1100100 | 1001111 | 0 | 1000110 | 11100100 | 1100100 | 1111 |
Color Harmonies of #00104D
Complementary color
Monochromatic Colors of #00104D
Black with #00104D
Text Example
Text Example
White with #00104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00104D; }
p { color: rgb(0,16,77); }
H1.HeaderClassName
{
color: #00104D;
}
.AnyTagClassName
{
color: #00104D;
}
</style>
background-color css
<style>
a { background-color: #00104D; }
a { background-color: rgb(0,16,77); }
div.DivClassName
{
background-color: #00104D;
}
.BgClassName
{
background-color: #00104D;
}
</style>
border-color css
<style>
span { border-color: #00104D; }
span { border-color: rgb(0,16,77); }
td.TdClassName
{
border-color: #00104D;
}
.TagClassName
{
border-color: #00104D;
}
</style>