Shades of Sapphire #012368
Tints of Sapphire #012368
RGB
CMYK
RGB Variations
Color information
#012368 (or 0x012368) is known color: Sapphire. HEX triplet: 01, 23 and 68. RGB value is (1,35,104). Sum of RGB (Red+Green+Blue) = 1+35+104=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #012368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012368 is #FEDC97. Grayscale: #202020. Windows color (decimal): -16702616 or 6824705. OLE color: 6824705.
HSL color Cylindrical-coordinate representation of color #012368: hue angle of 220.19º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012368 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 35 | 104 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.59 |
| HSL | 220.19º | 0.98% | 0.21% | - |
| HSV(B) | 220.19º | 0.99% | 0.41% | - |
| XYZ | 3.11 | 2.21 | 13.36 | - |
| YUV | 32.7 | 168.24 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 104 | 0.99 | 0.66 | 0 | 0.59 | 220.19 | 0.98 | 0.21 |
| Hex | 1 | 23 | 68 | 63 | 42 | 0 | 3B | DC | 62 | 15 |
| Octal | 1 | 43 | 150 | 143 | 102 | 0 | 73 | 334 | 142 | 25 |
| Binary | 1 | 100011 | 1101000 | 1100011 | 1000010 | 0 | 111011 | 11011100 | 1100010 | 10101 |
Color Harmonies of #012368
Complementary color
Monochromatic Colors of #012368
Black with #012368
Text Example
Text Example
White with #012368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012368; }
p { color: rgb(1,35,104); }
H1.HeaderClassName
{
color: #012368;
}
.AnyTagClassName
{
color: #012368;
}
</style>
background-color css
<style>
a { background-color: #012368; }
a { background-color: rgb(1,35,104); }
div.DivClassName
{
background-color: #012368;
}
.BgClassName
{
background-color: #012368;
}
</style>
border-color css
<style>
span { border-color: #012368; }
span { border-color: rgb(1,35,104); }
td.TdClassName
{
border-color: #012368;
}
.TagClassName
{
border-color: #012368;
}
</style>