Shades of Sapphire #00124A
Tints of Sapphire #00124A
RGB
CMYK
RGB Variations
Color information
#00124A (or 0x00124A) is known color: Sapphire. HEX triplet: 00, 12 and 4A. RGB value is (0,18,74). Sum of RGB (Red+Green+Blue) = 0+18+74=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 74 (29.30% from 255 or 80.43% from 92); Max value from RGB is 74 - color contains mainly: blue. Hex color #00124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00124A is #FFEDB5. Grayscale: #121212. Windows color (decimal): -16772534 or 4854272. OLE color: 4854272.
HSL color Cylindrical-coordinate representation of color #00124A: hue angle of 225.41º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00124A is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 18 | 74 | - |
| CMYK | 1 | 0.76 | 0 | 0.71 |
| HSL | 225.41º | 1% | 0.15% | - |
| HSV(B) | 225.41º | 1% | 0.29% | - |
| XYZ | 1.45 | 0.93 | 6.58 | - |
| YUV | 19 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 74 | 1 | 0.76 | 0 | 0.71 | 225.41 | 1 | 0.15 |
| Hex | 0 | 12 | 4A | 64 | 4C | 0 | 47 | E1 | 64 | F |
| Octal | 0 | 22 | 112 | 144 | 114 | 0 | 107 | 341 | 144 | 17 |
| Binary | 0 | 10010 | 1001010 | 1100100 | 1001100 | 0 | 1000111 | 11100001 | 1100100 | 1111 |
Color Harmonies of #00124A
Complementary color
Monochromatic Colors of #00124A
Black with #00124A
Text Example
Text Example
White with #00124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00124A; }
p { color: rgb(0,18,74); }
H1.HeaderClassName
{
color: #00124A;
}
.AnyTagClassName
{
color: #00124A;
}
</style>
background-color css
<style>
a { background-color: #00124A; }
a { background-color: rgb(0,18,74); }
div.DivClassName
{
background-color: #00124A;
}
.BgClassName
{
background-color: #00124A;
}
</style>
border-color css
<style>
span { border-color: #00124A; }
span { border-color: rgb(0,18,74); }
td.TdClassName
{
border-color: #00124A;
}
.TagClassName
{
border-color: #00124A;
}
</style>