Shades of Sapphire #0C265F
Tints of Sapphire #0C265F
RGB
CMYK
RGB Variations
Color information
#0C265F (or 0x0C265F) is known color: Sapphire. HEX triplet: 0C, 26 and 5F. RGB value is (12,38,95). Sum of RGB (Red+Green+Blue) = 12+38+95=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 95 (37.5% from 255 or 65.52% from 145); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C265F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C265F is #F3D9A0. Grayscale: #242424. Windows color (decimal): -15980961 or 6235660. OLE color: 6235660.
HSL color Cylindrical-coordinate representation of color #0C265F: hue angle of 221.2º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C265F is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 12 | 38 | 95 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.63 |
| HSL | 221.2º | 0.78% | 0.21% | - |
| HSV(B) | 221.2º | 0.87% | 0.37% | - |
| XYZ | 2.91 | 2.29 | 11.12 | - |
| YUV | 36.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 95 | 0.87 | 0.60 | 0 | 0.63 | 221.2 | 0.78 | 0.21 |
| Hex | C | 26 | 5F | 57 | 3C | 0 | 3F | DD | 4E | 15 |
| Octal | 14 | 46 | 137 | 127 | 74 | 0 | 77 | 335 | 116 | 25 |
| Binary | 1100 | 100110 | 1011111 | 1010111 | 111100 | 0 | 111111 | 11011101 | 1001110 | 10101 |
Color Harmonies of #0C265F
Complementary color
Monochromatic Colors of #0C265F
Black with #0C265F
Text Example
Text Example
White with #0C265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C265F; }
p { color: rgb(12,38,95); }
H1.HeaderClassName
{
color: #0C265F;
}
.AnyTagClassName
{
color: #0C265F;
}
</style>
background-color css
<style>
a { background-color: #0C265F; }
a { background-color: rgb(12,38,95); }
div.DivClassName
{
background-color: #0C265F;
}
.BgClassName
{
background-color: #0C265F;
}
</style>
border-color css
<style>
span { border-color: #0C265F; }
span { border-color: rgb(12,38,95); }
td.TdClassName
{
border-color: #0C265F;
}
.TagClassName
{
border-color: #0C265F;
}
</style>