Shades of Sapphire #00105C
Tints of Sapphire #00105C
RGB
CMYK
RGB Variations
Color information
#00105C (or 0x00105C) is known color: Sapphire. HEX triplet: 00, 10 and 5C. RGB value is (0,16,92). Sum of RGB (Red+Green+Blue) = 0+16+92=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 92 (36.33% from 255 or 85.19% from 108); Max value from RGB is 92 - color contains mainly: blue. Hex color #00105C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00105C is #FFEFA3. Grayscale: #131313. Windows color (decimal): -16773028 or 6033408. OLE color: 6033408.
HSL color Cylindrical-coordinate representation of color #00105C: hue angle of 229.57º 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 #00105C is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 16 | 92 | - |
| CMYK | 1 | 0.83 | 0 | 0.64 |
| HSL | 229.57º | 1% | 0.18% | - |
| HSV(B) | 229.57º | 1% | 0.36% | - |
| XYZ | 2.12 | 1.14 | 10.23 | - |
| YUV | 19.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 92 | 1 | 0.83 | 0 | 0.64 | 229.57 | 1 | 0.18 |
| Hex | 0 | 10 | 5C | 64 | 53 | 0 | 40 | E6 | 64 | 12 |
| Octal | 0 | 20 | 134 | 144 | 123 | 0 | 100 | 346 | 144 | 22 |
| Binary | 0 | 10000 | 1011100 | 1100100 | 1010011 | 0 | 1000000 | 11100110 | 1100100 | 10010 |
Color Harmonies of #00105C
Complementary color
Monochromatic Colors of #00105C
Black with #00105C
Text Example
Text Example
White with #00105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00105C; }
p { color: rgb(0,16,92); }
H1.HeaderClassName
{
color: #00105C;
}
.AnyTagClassName
{
color: #00105C;
}
</style>
background-color css
<style>
a { background-color: #00105C; }
a { background-color: rgb(0,16,92); }
div.DivClassName
{
background-color: #00105C;
}
.BgClassName
{
background-color: #00105C;
}
</style>
border-color css
<style>
span { border-color: #00105C; }
span { border-color: rgb(0,16,92); }
td.TdClassName
{
border-color: #00105C;
}
.TagClassName
{
border-color: #00105C;
}
</style>