Shades of Sapphire #00105D
Tints of Sapphire #00105D
RGB
CMYK
RGB Variations
Color information
#00105D (or 0x00105D) is known color: Sapphire. HEX triplet: 00, 10 and 5D. RGB value is (0,16,93). Sum of RGB (Red+Green+Blue) = 0+16+93=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 93 (36.72% from 255 or 85.32% from 109); Max value from RGB is 93 - color contains mainly: blue. Hex color #00105D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00105D is #FFEFA2. Grayscale: #131313. Windows color (decimal): -16773027 or 6098944. OLE color: 6098944.
HSL color Cylindrical-coordinate representation of color #00105D: hue angle of 229.68º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00105D is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 16 | 93 | - |
| CMYK | 1 | 0.83 | 0 | 0.64 |
| HSL | 229.68º | 1% | 0.18% | - |
| HSV(B) | 229.68º | 1% | 0.36% | - |
| XYZ | 2.16 | 1.16 | 10.47 | - |
| YUV | 19.99 | 169.2 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 93 | 1 | 0.83 | 0 | 0.64 | 229.68 | 1 | 0.18 |
| Hex | 0 | 10 | 5D | 64 | 53 | 0 | 40 | E6 | 64 | 12 |
| Octal | 0 | 20 | 135 | 144 | 123 | 0 | 100 | 346 | 144 | 22 |
| Binary | 0 | 10000 | 1011101 | 1100100 | 1010011 | 0 | 1000000 | 11100110 | 1100100 | 10010 |
Color Harmonies of #00105D
Complementary color
Monochromatic Colors of #00105D
Black with #00105D
Text Example
Text Example
White with #00105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00105D; }
p { color: rgb(0,16,93); }
H1.HeaderClassName
{
color: #00105D;
}
.AnyTagClassName
{
color: #00105D;
}
</style>
background-color css
<style>
a { background-color: #00105D; }
a { background-color: rgb(0,16,93); }
div.DivClassName
{
background-color: #00105D;
}
.BgClassName
{
background-color: #00105D;
}
</style>
border-color css
<style>
span { border-color: #00105D; }
span { border-color: rgb(0,16,93); }
td.TdClassName
{
border-color: #00105D;
}
.TagClassName
{
border-color: #00105D;
}
</style>