Shades of Sapphire #00124B
Tints of Sapphire #00124B
RGB
CMYK
RGB Variations
Color information
#00124B (or 0x00124B) is known color: Sapphire. HEX triplet: 00, 12 and 4B. RGB value is (0,18,75). Sum of RGB (Red+Green+Blue) = 0+18+75=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 75 (29.69% from 255 or 80.65% from 93); Max value from RGB is 75 - color contains mainly: blue. Hex color #00124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00124B is #FFEDB4. Grayscale: #121212. Windows color (decimal): -16772533 or 4919808. OLE color: 4919808.
HSL color Cylindrical-coordinate representation of color #00124B: hue angle of 225.6º 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 #00124B is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 18 | 75 | - |
| CMYK | 1 | 0.76 | 0 | 0.71 |
| HSL | 225.6º | 1% | 0.15% | - |
| HSV(B) | 225.6º | 1% | 0.29% | - |
| XYZ | 1.49 | 0.94 | 6.76 | - |
| YUV | 19.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 75 | 1 | 0.76 | 0 | 0.71 | 225.6 | 1 | 0.15 |
| Hex | 0 | 12 | 4B | 64 | 4C | 0 | 47 | E2 | 64 | F |
| Octal | 0 | 22 | 113 | 144 | 114 | 0 | 107 | 342 | 144 | 17 |
| Binary | 0 | 10010 | 1001011 | 1100100 | 1001100 | 0 | 1000111 | 11100010 | 1100100 | 1111 |
Color Harmonies of #00124B
Complementary color
Monochromatic Colors of #00124B
Black with #00124B
Text Example
Text Example
White with #00124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00124B; }
p { color: rgb(0,18,75); }
H1.HeaderClassName
{
color: #00124B;
}
.AnyTagClassName
{
color: #00124B;
}
</style>
background-color css
<style>
a { background-color: #00124B; }
a { background-color: rgb(0,18,75); }
div.DivClassName
{
background-color: #00124B;
}
.BgClassName
{
background-color: #00124B;
}
</style>
border-color css
<style>
span { border-color: #00124B; }
span { border-color: rgb(0,18,75); }
td.TdClassName
{
border-color: #00124B;
}
.TagClassName
{
border-color: #00124B;
}
</style>