Shades of Sapphire #00124F
Tints of Sapphire #00124F
RGB
CMYK
RGB Variations
Color information
#00124F (or 0x00124F) is known color: Sapphire. HEX triplet: 00, 12 and 4F. RGB value is (0,18,79). Sum of RGB (Red+Green+Blue) = 0+18+79=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 79 (31.25% from 255 or 81.44% from 97); Max value from RGB is 79 - color contains mainly: blue. Hex color #00124F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00124F is #FFEDB0. Grayscale: #131313. Windows color (decimal): -16772529 or 5181952. OLE color: 5181952.
HSL color Cylindrical-coordinate representation of color #00124F: hue angle of 226.33º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00124F is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 18 | 79 | - |
| CMYK | 1 | 0.77 | 0 | 0.69 |
| HSL | 226.33º | 1% | 0.15% | - |
| HSV(B) | 226.33º | 1% | 0.31% | - |
| XYZ | 1.63 | 1 | 7.5 | - |
| YUV | 19.57 | 161.54 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 79 | 1 | 0.77 | 0 | 0.69 | 226.33 | 1 | 0.15 |
| Hex | 0 | 12 | 4F | 64 | 4D | 0 | 45 | E2 | 64 | F |
| Octal | 0 | 22 | 117 | 144 | 115 | 0 | 105 | 342 | 144 | 17 |
| Binary | 0 | 10010 | 1001111 | 1100100 | 1001101 | 0 | 1000101 | 11100010 | 1100100 | 1111 |
Color Harmonies of #00124F
Complementary color
Monochromatic Colors of #00124F
Black with #00124F
Text Example
Text Example
White with #00124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00124F; }
p { color: rgb(0,18,79); }
H1.HeaderClassName
{
color: #00124F;
}
.AnyTagClassName
{
color: #00124F;
}
</style>
background-color css
<style>
a { background-color: #00124F; }
a { background-color: rgb(0,18,79); }
div.DivClassName
{
background-color: #00124F;
}
.BgClassName
{
background-color: #00124F;
}
</style>
border-color css
<style>
span { border-color: #00124F; }
span { border-color: rgb(0,18,79); }
td.TdClassName
{
border-color: #00124F;
}
.TagClassName
{
border-color: #00124F;
}
</style>