Shades of Sapphire #0C1F54
Tints of Sapphire #0C1F54
RGB
CMYK
RGB Variations
Color information
#0C1F54 (or 0x0C1F54) is known color: Sapphire. HEX triplet: 0C, 1F and 54. RGB value is (12,31,84). Sum of RGB (Red+Green+Blue) = 12+31+84=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #0C1F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1F54 is #F3E0AB. Grayscale: #1F1F1F. Windows color (decimal): -15982764 or 5512972. OLE color: 5512972.
HSL color Cylindrical-coordinate representation of color #0C1F54: hue angle of 224.17º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C1F54 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 31 | 84 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.67 |
| HSL | 224.17º | 0.75% | 0.19% | - |
| HSV(B) | 224.17º | 0.86% | 0.33% | - |
| XYZ | 2.24 | 1.7 | 8.6 | - |
| YUV | 31.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 31 | 84 | 0.86 | 0.63 | 0 | 0.67 | 224.17 | 0.75 | 0.19 |
| Hex | C | 1F | 54 | 56 | 3F | 0 | 43 | E0 | 4B | 13 |
| Octal | 14 | 37 | 124 | 126 | 77 | 0 | 103 | 340 | 113 | 23 |
| Binary | 1100 | 11111 | 1010100 | 1010110 | 111111 | 0 | 1000011 | 11100000 | 1001011 | 10011 |
Color Harmonies of #0C1F54
Complementary color
Monochromatic Colors of #0C1F54
Black with #0C1F54
Text Example
Text Example
White with #0C1F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1F54; }
p { color: rgb(12,31,84); }
H1.HeaderClassName
{
color: #0C1F54;
}
.AnyTagClassName
{
color: #0C1F54;
}
</style>
background-color css
<style>
a { background-color: #0C1F54; }
a { background-color: rgb(12,31,84); }
div.DivClassName
{
background-color: #0C1F54;
}
.BgClassName
{
background-color: #0C1F54;
}
</style>
border-color css
<style>
span { border-color: #0C1F54; }
span { border-color: rgb(12,31,84); }
td.TdClassName
{
border-color: #0C1F54;
}
.TagClassName
{
border-color: #0C1F54;
}
</style>