Shades of Sapphire #012375
Tints of Sapphire #012375
RGB
CMYK
RGB Variations
Color information
#012375 (or 0x012375) is known color: Sapphire. HEX triplet: 01, 23 and 75. RGB value is (1,35,117). Sum of RGB (Red+Green+Blue) = 1+35+117=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #012375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012375 is #FEDC8A. Grayscale: #212121. Windows color (decimal): -16702603 or 7676673. OLE color: 7676673.
HSL color Cylindrical-coordinate representation of color #012375: hue angle of 222.41º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012375 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 35 | 117 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.54 |
| HSL | 222.41º | 0.98% | 0.23% | - |
| HSV(B) | 222.41º | 0.99% | 0.46% | - |
| XYZ | 3.82 | 2.49 | 17.11 | - |
| YUV | 34.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 117 | 0.99 | 0.70 | 0 | 0.54 | 222.41 | 0.98 | 0.23 |
| Hex | 1 | 23 | 75 | 63 | 46 | 0 | 36 | DE | 62 | 17 |
| Octal | 1 | 43 | 165 | 143 | 106 | 0 | 66 | 336 | 142 | 27 |
| Binary | 1 | 100011 | 1110101 | 1100011 | 1000110 | 0 | 110110 | 11011110 | 1100010 | 10111 |
Color Harmonies of #012375
Complementary color
Monochromatic Colors of #012375
Black with #012375
Text Example
Text Example
White with #012375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012375; }
p { color: rgb(1,35,117); }
H1.HeaderClassName
{
color: #012375;
}
.AnyTagClassName
{
color: #012375;
}
</style>
background-color css
<style>
a { background-color: #012375; }
a { background-color: rgb(1,35,117); }
div.DivClassName
{
background-color: #012375;
}
.BgClassName
{
background-color: #012375;
}
</style>
border-color css
<style>
span { border-color: #012375; }
span { border-color: rgb(1,35,117); }
td.TdClassName
{
border-color: #012375;
}
.TagClassName
{
border-color: #012375;
}
</style>