Shades of Sapphire #0C266E
Tints of Sapphire #0C266E
RGB
CMYK
RGB Variations
Color information
#0C266E (or 0x0C266E) is known color: Sapphire. HEX triplet: 0C, 26 and 6E. RGB value is (12,38,110). Sum of RGB (Red+Green+Blue) = 12+38+110=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C266E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C266E is #F3D991. Grayscale: #262626. Windows color (decimal): -15980946 or 7218700. OLE color: 7218700.
HSL color Cylindrical-coordinate representation of color #0C266E: hue angle of 224.08º 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 #0C266E is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 38 | 110 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.57 |
| HSL | 224.08º | 0.8% | 0.24% | - |
| HSV(B) | 224.08º | 0.89% | 0.43% | - |
| XYZ | 3.66 | 2.59 | 15.06 | - |
| YUV | 38.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 110 | 0.89 | 0.65 | 0 | 0.57 | 224.08 | 0.8 | 0.24 |
| Hex | C | 26 | 6E | 59 | 41 | 0 | 39 | E0 | 50 | 18 |
| Octal | 14 | 46 | 156 | 131 | 101 | 0 | 71 | 340 | 120 | 30 |
| Binary | 1100 | 100110 | 1101110 | 1011001 | 1000001 | 0 | 111001 | 11100000 | 1010000 | 11000 |
Color Harmonies of #0C266E
Complementary color
Monochromatic Colors of #0C266E
Black with #0C266E
Text Example
Text Example
White with #0C266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C266E; }
p { color: rgb(12,38,110); }
H1.HeaderClassName
{
color: #0C266E;
}
.AnyTagClassName
{
color: #0C266E;
}
</style>
background-color css
<style>
a { background-color: #0C266E; }
a { background-color: rgb(12,38,110); }
div.DivClassName
{
background-color: #0C266E;
}
.BgClassName
{
background-color: #0C266E;
}
</style>
border-color css
<style>
span { border-color: #0C266E; }
span { border-color: rgb(12,38,110); }
td.TdClassName
{
border-color: #0C266E;
}
.TagClassName
{
border-color: #0C266E;
}
</style>