Shades of Sapphire #0C2772
Tints of Sapphire #0C2772
RGB
CMYK
RGB Variations
Color information
#0C2772 (or 0x0C2772) is known color: Sapphire. HEX triplet: 0C, 27 and 72. RGB value is (12,39,114). Sum of RGB (Red+Green+Blue) = 12+39+114=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #0C2772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2772 is #F3D88D. Grayscale: #272727. Windows color (decimal): -15980686 or 7481100. OLE color: 7481100.
HSL color Cylindrical-coordinate representation of color #0C2772: hue angle of 224.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C2772 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 39 | 114 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.55 |
| HSL | 224.12º | 0.81% | 0.25% | - |
| HSV(B) | 224.12º | 0.89% | 0.45% | - |
| XYZ | 3.91 | 2.74 | 16.24 | - |
| YUV | 39.48 | 170.05 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 114 | 0.89 | 0.66 | 0 | 0.55 | 224.12 | 0.81 | 0.25 |
| Hex | C | 27 | 72 | 59 | 42 | 0 | 37 | E0 | 51 | 19 |
| Octal | 14 | 47 | 162 | 131 | 102 | 0 | 67 | 340 | 121 | 31 |
| Binary | 1100 | 100111 | 1110010 | 1011001 | 1000010 | 0 | 110111 | 11100000 | 1010001 | 11001 |
Color Harmonies of #0C2772
Complementary color
Monochromatic Colors of #0C2772
Black with #0C2772
Text Example
Text Example
White with #0C2772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2772; }
p { color: rgb(12,39,114); }
H1.HeaderClassName
{
color: #0C2772;
}
.AnyTagClassName
{
color: #0C2772;
}
</style>
background-color css
<style>
a { background-color: #0C2772; }
a { background-color: rgb(12,39,114); }
div.DivClassName
{
background-color: #0C2772;
}
.BgClassName
{
background-color: #0C2772;
}
</style>
border-color css
<style>
span { border-color: #0C2772; }
span { border-color: rgb(12,39,114); }
td.TdClassName
{
border-color: #0C2772;
}
.TagClassName
{
border-color: #0C2772;
}
</style>