Shades of Sapphire #0C276E
Tints of Sapphire #0C276E
RGB
CMYK
RGB Variations
Color information
#0C276E (or 0x0C276E) is known color: Sapphire. HEX triplet: 0C, 27 and 6E. RGB value is (12,39,110). Sum of RGB (Red+Green+Blue) = 12+39+110=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C276E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C276E is #F3D891. Grayscale: #262626. Windows color (decimal): -15980690 or 7218956. OLE color: 7218956.
HSL color Cylindrical-coordinate representation of color #0C276E: hue angle of 223.47º 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 #0C276E is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 39 | 110 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.57 |
| HSL | 223.47º | 0.8% | 0.24% | - |
| HSV(B) | 223.47º | 0.89% | 0.43% | - |
| XYZ | 3.69 | 2.65 | 15.07 | - |
| YUV | 39.02 | 168.05 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 110 | 0.89 | 0.65 | 0 | 0.57 | 223.47 | 0.8 | 0.24 |
| Hex | C | 27 | 6E | 59 | 41 | 0 | 39 | DF | 50 | 18 |
| Octal | 14 | 47 | 156 | 131 | 101 | 0 | 71 | 337 | 120 | 30 |
| Binary | 1100 | 100111 | 1101110 | 1011001 | 1000001 | 0 | 111001 | 11011111 | 1010000 | 11000 |
Color Harmonies of #0C276E
Complementary color
Monochromatic Colors of #0C276E
Black with #0C276E
Text Example
Text Example
White with #0C276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C276E; }
p { color: rgb(12,39,110); }
H1.HeaderClassName
{
color: #0C276E;
}
.AnyTagClassName
{
color: #0C276E;
}
</style>
background-color css
<style>
a { background-color: #0C276E; }
a { background-color: rgb(12,39,110); }
div.DivClassName
{
background-color: #0C276E;
}
.BgClassName
{
background-color: #0C276E;
}
</style>
border-color css
<style>
span { border-color: #0C276E; }
span { border-color: rgb(12,39,110); }
td.TdClassName
{
border-color: #0C276E;
}
.TagClassName
{
border-color: #0C276E;
}
</style>