Shades of Sapphire #012264
Tints of Sapphire #012264
RGB
CMYK
RGB Variations
Color information
#012264 (or 0x012264) is known color: Sapphire. HEX triplet: 01, 22 and 64. RGB value is (1,34,100). Sum of RGB (Red+Green+Blue) = 1+34+100=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 100 (39.45% from 255 or 74.07% from 135); Max value from RGB is 100 - color contains mainly: blue. Hex color #012264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012264 is #FEDD9B. Grayscale: #1F1F1F. Windows color (decimal): -16702876 or 6562305. OLE color: 6562305.
HSL color Cylindrical-coordinate representation of color #012264: hue angle of 220º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012264 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 34 | 100 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.61 |
| HSL | 220º | 0.98% | 0.2% | - |
| HSV(B) | 220º | 0.99% | 0.39% | - |
| XYZ | 2.88 | 2.07 | 12.3 | - |
| YUV | 31.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 100 | 0.99 | 0.66 | 0 | 0.61 | 220 | 0.98 | 0.2 |
| Hex | 1 | 22 | 64 | 63 | 42 | 0 | 3D | DC | 62 | 14 |
| Octal | 1 | 42 | 144 | 143 | 102 | 0 | 75 | 334 | 142 | 24 |
| Binary | 1 | 100010 | 1100100 | 1100011 | 1000010 | 0 | 111101 | 11011100 | 1100010 | 10100 |
Color Harmonies of #012264
Complementary color
Monochromatic Colors of #012264
Black with #012264
Text Example
Text Example
White with #012264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012264; }
p { color: rgb(1,34,100); }
H1.HeaderClassName
{
color: #012264;
}
.AnyTagClassName
{
color: #012264;
}
</style>
background-color css
<style>
a { background-color: #012264; }
a { background-color: rgb(1,34,100); }
div.DivClassName
{
background-color: #012264;
}
.BgClassName
{
background-color: #012264;
}
</style>
border-color css
<style>
span { border-color: #012264; }
span { border-color: rgb(1,34,100); }
td.TdClassName
{
border-color: #012264;
}
.TagClassName
{
border-color: #012264;
}
</style>