Shades of Sapphire #00105E
Tints of Sapphire #00105E
RGB
CMYK
RGB Variations
Color information
#00105E (or 0x00105E) is known color: Sapphire. HEX triplet: 00, 10 and 5E. RGB value is (0,16,94). Sum of RGB (Red+Green+Blue) = 0+16+94=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 94 (37.11% from 255 or 85.45% from 110); Max value from RGB is 94 - color contains mainly: blue. Hex color #00105E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00105E is #FFEFA1. Grayscale: #131313. Windows color (decimal): -16773026 or 6164480. OLE color: 6164480.
HSL color Cylindrical-coordinate representation of color #00105E: hue angle of 229.79º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00105E is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 16 | 94 | - |
| CMYK | 1 | 0.83 | 0 | 0.63 |
| HSL | 229.79º | 1% | 0.18% | - |
| HSV(B) | 229.79º | 1% | 0.37% | - |
| XYZ | 2.21 | 1.18 | 10.7 | - |
| YUV | 20.11 | 169.7 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 94 | 1 | 0.83 | 0 | 0.63 | 229.79 | 1 | 0.18 |
| Hex | 0 | 10 | 5E | 64 | 53 | 0 | 3F | E6 | 64 | 12 |
| Octal | 0 | 20 | 136 | 144 | 123 | 0 | 77 | 346 | 144 | 22 |
| Binary | 0 | 10000 | 1011110 | 1100100 | 1010011 | 0 | 111111 | 11100110 | 1100100 | 10010 |
Color Harmonies of #00105E
Complementary color
Monochromatic Colors of #00105E
Black with #00105E
Text Example
Text Example
White with #00105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00105E; }
p { color: rgb(0,16,94); }
H1.HeaderClassName
{
color: #00105E;
}
.AnyTagClassName
{
color: #00105E;
}
</style>
background-color css
<style>
a { background-color: #00105E; }
a { background-color: rgb(0,16,94); }
div.DivClassName
{
background-color: #00105E;
}
.BgClassName
{
background-color: #00105E;
}
</style>
border-color css
<style>
span { border-color: #00105E; }
span { border-color: rgb(0,16,94); }
td.TdClassName
{
border-color: #00105E;
}
.TagClassName
{
border-color: #00105E;
}
</style>