Shades of Sapphire #00124C
Tints of Sapphire #00124C
RGB
CMYK
RGB Variations
Color information
#00124C (or 0x00124C) is known color: Sapphire. HEX triplet: 00, 12 and 4C. RGB value is (0,18,76). Sum of RGB (Red+Green+Blue) = 0+18+76=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #00124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00124C is #FFEDB3. Grayscale: #121212. Windows color (decimal): -16772532 or 4985344. OLE color: 4985344.
HSL color Cylindrical-coordinate representation of color #00124C: hue angle of 225.79º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00124C is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 18 | 76 | - |
| CMYK | 1 | 0.76 | 0 | 0.70 |
| HSL | 225.79º | 1% | 0.15% | - |
| HSV(B) | 225.79º | 1% | 0.3% | - |
| XYZ | 1.52 | 0.95 | 6.94 | - |
| YUV | 19.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 76 | 1 | 0.76 | 0 | 0.70 | 225.79 | 1 | 0.15 |
| Hex | 0 | 12 | 4C | 64 | 4C | 0 | 46 | E2 | 64 | F |
| Octal | 0 | 22 | 114 | 144 | 114 | 0 | 106 | 342 | 144 | 17 |
| Binary | 0 | 10010 | 1001100 | 1100100 | 1001100 | 0 | 1000110 | 11100010 | 1100100 | 1111 |
Color Harmonies of #00124C
Complementary color
Monochromatic Colors of #00124C
Black with #00124C
Text Example
Text Example
White with #00124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00124C; }
p { color: rgb(0,18,76); }
H1.HeaderClassName
{
color: #00124C;
}
.AnyTagClassName
{
color: #00124C;
}
</style>
background-color css
<style>
a { background-color: #00124C; }
a { background-color: rgb(0,18,76); }
div.DivClassName
{
background-color: #00124C;
}
.BgClassName
{
background-color: #00124C;
}
</style>
border-color css
<style>
span { border-color: #00124C; }
span { border-color: rgb(0,18,76); }
td.TdClassName
{
border-color: #00124C;
}
.TagClassName
{
border-color: #00124C;
}
</style>