Shades of Sapphire #0C255A
Tints of Sapphire #0C255A
RGB
CMYK
RGB Variations
Color information
#0C255A (or 0x0C255A) is known color: Sapphire. HEX triplet: 0C, 25 and 5A. RGB value is (12,37,90). Sum of RGB (Red+Green+Blue) = 12+37+90=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #0C255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C255A is #F3DAA5. Grayscale: #232323. Windows color (decimal): -15981222 or 5907724. OLE color: 5907724.
HSL color Cylindrical-coordinate representation of color #0C255A: hue angle of 220.77º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C255A is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 37 | 90 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.65 |
| HSL | 220.77º | 0.76% | 0.2% | - |
| HSV(B) | 220.77º | 0.87% | 0.35% | - |
| XYZ | 2.66 | 2.14 | 9.95 | - |
| YUV | 35.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 37 | 90 | 0.87 | 0.59 | 0 | 0.65 | 220.77 | 0.76 | 0.2 |
| Hex | C | 25 | 5A | 57 | 3B | 0 | 41 | DD | 4C | 14 |
| Octal | 14 | 45 | 132 | 127 | 73 | 0 | 101 | 335 | 114 | 24 |
| Binary | 1100 | 100101 | 1011010 | 1010111 | 111011 | 0 | 1000001 | 11011101 | 1001100 | 10100 |
Color Harmonies of #0C255A
Complementary color
Monochromatic Colors of #0C255A
Black with #0C255A
Text Example
Text Example
White with #0C255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C255A; }
p { color: rgb(12,37,90); }
H1.HeaderClassName
{
color: #0C255A;
}
.AnyTagClassName
{
color: #0C255A;
}
</style>
background-color css
<style>
a { background-color: #0C255A; }
a { background-color: rgb(12,37,90); }
div.DivClassName
{
background-color: #0C255A;
}
.BgClassName
{
background-color: #0C255A;
}
</style>
border-color css
<style>
span { border-color: #0C255A; }
span { border-color: rgb(12,37,90); }
td.TdClassName
{
border-color: #0C255A;
}
.TagClassName
{
border-color: #0C255A;
}
</style>