Shades of Sapphire #012665
Tints of Sapphire #012665
RGB
CMYK
RGB Variations
Color information
#012665 (or 0x012665) is known color: Sapphire. HEX triplet: 01, 26 and 65. RGB value is (1,38,101). Sum of RGB (Red+Green+Blue) = 1+38+101=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 101 (39.84% from 255 or 72.14% from 140); Max value from RGB is 101 - color contains mainly: blue. Hex color #012665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012665 is #FED99A. Grayscale: #212121. Windows color (decimal): -16701851 or 6628865. OLE color: 6628865.
HSL color Cylindrical-coordinate representation of color #012665: hue angle of 217.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012665 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 38 | 101 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.60 |
| HSL | 217.8º | 0.98% | 0.2% | - |
| HSV(B) | 217.8º | 0.99% | 0.4% | - |
| XYZ | 3.05 | 2.33 | 12.6 | - |
| YUV | 34.12 | 165.74 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 101 | 0.99 | 0.62 | 0 | 0.60 | 217.8 | 0.98 | 0.2 |
| Hex | 1 | 26 | 65 | 63 | 3E | 0 | 3C | DA | 62 | 14 |
| Octal | 1 | 46 | 145 | 143 | 76 | 0 | 74 | 332 | 142 | 24 |
| Binary | 1 | 100110 | 1100101 | 1100011 | 111110 | 0 | 111100 | 11011010 | 1100010 | 10100 |
Color Harmonies of #012665
Complementary color
Monochromatic Colors of #012665
Black with #012665
Text Example
Text Example
White with #012665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012665; }
p { color: rgb(1,38,101); }
H1.HeaderClassName
{
color: #012665;
}
.AnyTagClassName
{
color: #012665;
}
</style>
background-color css
<style>
a { background-color: #012665; }
a { background-color: rgb(1,38,101); }
div.DivClassName
{
background-color: #012665;
}
.BgClassName
{
background-color: #012665;
}
</style>
border-color css
<style>
span { border-color: #012665; }
span { border-color: rgb(1,38,101); }
td.TdClassName
{
border-color: #012665;
}
.TagClassName
{
border-color: #012665;
}
</style>