Shades of Sapphire #010C62
Tints of Sapphire #010C62
RGB
CMYK
RGB Variations
Color information
#010C62 (or 0x010C62) is known color: Sapphire. HEX triplet: 01, 0C and 62. RGB value is (1,12,98). Sum of RGB (Red+Green+Blue) = 1+12+98=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 98 (38.67% from 255 or 88.29% from 111); Max value from RGB is 98 - color contains mainly: blue. Hex color #010C62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C62 is #FEF39D. Grayscale: #121212. Windows color (decimal): -16708510 or 6425601. OLE color: 6425601.
HSL color Cylindrical-coordinate representation of color #010C62: hue angle of 233.2º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C62 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 12 | 98 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.62 |
| HSL | 233.2º | 0.98% | 0.19% | - |
| HSV(B) | 233.2º | 0.99% | 0.38% | - |
| XYZ | 2.35 | 1.15 | 11.65 | - |
| YUV | 18.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 98 | 0.99 | 0.88 | 0 | 0.62 | 233.2 | 0.98 | 0.19 |
| Hex | 1 | C | 62 | 63 | 58 | 0 | 3E | E9 | 62 | 13 |
| Octal | 1 | 14 | 142 | 143 | 130 | 0 | 76 | 351 | 142 | 23 |
| Binary | 1 | 1100 | 1100010 | 1100011 | 1011000 | 0 | 111110 | 11101001 | 1100010 | 10011 |
Color Harmonies of #010C62
Complementary color
Monochromatic Colors of #010C62
Black with #010C62
Text Example
Text Example
White with #010C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C62; }
p { color: rgb(1,12,98); }
H1.HeaderClassName
{
color: #010C62;
}
.AnyTagClassName
{
color: #010C62;
}
</style>
background-color css
<style>
a { background-color: #010C62; }
a { background-color: rgb(1,12,98); }
div.DivClassName
{
background-color: #010C62;
}
.BgClassName
{
background-color: #010C62;
}
</style>
border-color css
<style>
span { border-color: #010C62; }
span { border-color: rgb(1,12,98); }
td.TdClassName
{
border-color: #010C62;
}
.TagClassName
{
border-color: #010C62;
}
</style>