Shades of Sapphire #001067
Tints of Sapphire #001067
RGB
CMYK
RGB Variations
Color information
#001067 (or 0x001067) is known color: Sapphire. HEX triplet: 00, 10 and 67. RGB value is (0,16,103). Sum of RGB (Red+Green+Blue) = 0+16+103=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 103 (40.62% from 255 or 86.55% from 119); Max value from RGB is 103 - color contains mainly: blue. Hex color #001067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001067 is #FFEF98. Grayscale: #141414. Windows color (decimal): -16773017 or 6754304. OLE color: 6754304.
HSL color Cylindrical-coordinate representation of color #001067: hue angle of 230.68º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001067 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 16 | 103 | - |
| CMYK | 1 | 0.84 | 0 | 0.60 |
| HSL | 230.68º | 1% | 0.2% | - |
| HSV(B) | 230.68º | 1% | 0.4% | - |
| XYZ | 2.63 | 1.35 | 12.95 | - |
| YUV | 21.13 | 174.2 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 103 | 1 | 0.84 | 0 | 0.60 | 230.68 | 1 | 0.2 |
| Hex | 0 | 10 | 67 | 64 | 54 | 0 | 3C | E7 | 64 | 14 |
| Octal | 0 | 20 | 147 | 144 | 124 | 0 | 74 | 347 | 144 | 24 |
| Binary | 0 | 10000 | 1100111 | 1100100 | 1010100 | 0 | 111100 | 11100111 | 1100100 | 10100 |
Color Harmonies of #001067
Complementary color
Monochromatic Colors of #001067
Black with #001067
Text Example
Text Example
White with #001067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001067; }
p { color: rgb(0,16,103); }
H1.HeaderClassName
{
color: #001067;
}
.AnyTagClassName
{
color: #001067;
}
</style>
background-color css
<style>
a { background-color: #001067; }
a { background-color: rgb(0,16,103); }
div.DivClassName
{
background-color: #001067;
}
.BgClassName
{
background-color: #001067;
}
</style>
border-color css
<style>
span { border-color: #001067; }
span { border-color: rgb(0,16,103); }
td.TdClassName
{
border-color: #001067;
}
.TagClassName
{
border-color: #001067;
}
</style>