Shades of Sapphire #00125C
Tints of Sapphire #00125C
RGB
CMYK
RGB Variations
Color information
#00125C (or 0x00125C) is known color: Sapphire. HEX triplet: 00, 12 and 5C. RGB value is (0,18,92). Sum of RGB (Red+Green+Blue) = 0+18+92=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 92 (36.33% from 255 or 83.64% from 110); Max value from RGB is 92 - color contains mainly: blue. Hex color #00125C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00125C is #FFEDA3. Grayscale: #141414. Windows color (decimal): -16772516 or 6033920. OLE color: 6033920.
HSL color Cylindrical-coordinate representation of color #00125C: hue angle of 228.26º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00125C is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 18 | 92 | - |
| CMYK | 1 | 0.80 | 0 | 0.64 |
| HSL | 228.26º | 1% | 0.18% | - |
| HSV(B) | 228.26º | 1% | 0.36% | - |
| XYZ | 2.15 | 1.21 | 10.24 | - |
| YUV | 21.05 | 168.04 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 92 | 1 | 0.80 | 0 | 0.64 | 228.26 | 1 | 0.18 |
| Hex | 0 | 12 | 5C | 64 | 50 | 0 | 40 | E4 | 64 | 12 |
| Octal | 0 | 22 | 134 | 144 | 120 | 0 | 100 | 344 | 144 | 22 |
| Binary | 0 | 10010 | 1011100 | 1100100 | 1010000 | 0 | 1000000 | 11100100 | 1100100 | 10010 |
Color Harmonies of #00125C
Complementary color
Monochromatic Colors of #00125C
Black with #00125C
Text Example
Text Example
White with #00125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00125C; }
p { color: rgb(0,18,92); }
H1.HeaderClassName
{
color: #00125C;
}
.AnyTagClassName
{
color: #00125C;
}
</style>
background-color css
<style>
a { background-color: #00125C; }
a { background-color: rgb(0,18,92); }
div.DivClassName
{
background-color: #00125C;
}
.BgClassName
{
background-color: #00125C;
}
</style>
border-color css
<style>
span { border-color: #00125C; }
span { border-color: rgb(0,18,92); }
td.TdClassName
{
border-color: #00125C;
}
.TagClassName
{
border-color: #00125C;
}
</style>