Shades of Sapphire #012353
Tints of Sapphire #012353
RGB
CMYK
RGB Variations
Color information
#012353 (or 0x012353) is known color: Sapphire. HEX triplet: 01, 23 and 53. RGB value is (1,35,83). Sum of RGB (Red+Green+Blue) = 1+35+83=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #012353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012353 is #FEDCAC. Grayscale: #1E1E1E. Windows color (decimal): -16702637 or 5448449. OLE color: 5448449.
HSL color Cylindrical-coordinate representation of color #012353: hue angle of 215.12º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012353 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 35 | 83 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.67 |
| HSL | 215.12º | 0.98% | 0.16% | - |
| HSV(B) | 215.12º | 0.99% | 0.33% | - |
| XYZ | 2.17 | 1.83 | 8.42 | - |
| YUV | 30.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 83 | 0.99 | 0.58 | 0 | 0.67 | 215.12 | 0.98 | 0.16 |
| Hex | 1 | 23 | 53 | 63 | 3A | 0 | 43 | D7 | 62 | 10 |
| Octal | 1 | 43 | 123 | 143 | 72 | 0 | 103 | 327 | 142 | 20 |
| Binary | 1 | 100011 | 1010011 | 1100011 | 111010 | 0 | 1000011 | 11010111 | 1100010 | 10000 |
Color Harmonies of #012353
Complementary color
Monochromatic Colors of #012353
Black with #012353
Text Example
Text Example
White with #012353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012353; }
p { color: rgb(1,35,83); }
H1.HeaderClassName
{
color: #012353;
}
.AnyTagClassName
{
color: #012353;
}
</style>
background-color css
<style>
a { background-color: #012353; }
a { background-color: rgb(1,35,83); }
div.DivClassName
{
background-color: #012353;
}
.BgClassName
{
background-color: #012353;
}
</style>
border-color css
<style>
span { border-color: #012353; }
span { border-color: rgb(1,35,83); }
td.TdClassName
{
border-color: #012353;
}
.TagClassName
{
border-color: #012353;
}
</style>