Shades of Sapphire #0C276D
Tints of Sapphire #0C276D
RGB
CMYK
RGB Variations
Color information
#0C276D (or 0x0C276D) is known color: Sapphire. HEX triplet: 0C, 27 and 6D. RGB value is (12,39,109). Sum of RGB (Red+Green+Blue) = 12+39+109=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C276D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C276D is #F3D892. Grayscale: #262626. Windows color (decimal): -15980691 or 7153420. OLE color: 7153420.
HSL color Cylindrical-coordinate representation of color #0C276D: hue angle of 223.3º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C276D is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 39 | 109 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.57 |
| HSL | 223.3º | 0.8% | 0.24% | - |
| HSV(B) | 223.3º | 0.89% | 0.43% | - |
| XYZ | 3.64 | 2.63 | 14.78 | - |
| YUV | 38.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 109 | 0.89 | 0.64 | 0 | 0.57 | 223.3 | 0.8 | 0.24 |
| Hex | C | 27 | 6D | 59 | 40 | 0 | 39 | DF | 50 | 18 |
| Octal | 14 | 47 | 155 | 131 | 100 | 0 | 71 | 337 | 120 | 30 |
| Binary | 1100 | 100111 | 1101101 | 1011001 | 1000000 | 0 | 111001 | 11011111 | 1010000 | 11000 |
Color Harmonies of #0C276D
Complementary color
Monochromatic Colors of #0C276D
Black with #0C276D
Text Example
Text Example
White with #0C276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C276D; }
p { color: rgb(12,39,109); }
H1.HeaderClassName
{
color: #0C276D;
}
.AnyTagClassName
{
color: #0C276D;
}
</style>
background-color css
<style>
a { background-color: #0C276D; }
a { background-color: rgb(12,39,109); }
div.DivClassName
{
background-color: #0C276D;
}
.BgClassName
{
background-color: #0C276D;
}
</style>
border-color css
<style>
span { border-color: #0C276D; }
span { border-color: rgb(12,39,109); }
td.TdClassName
{
border-color: #0C276D;
}
.TagClassName
{
border-color: #0C276D;
}
</style>