Shades of Sapphire #0C2654
Tints of Sapphire #0C2654
RGB
CMYK
RGB Variations
Color information
#0C2654 (or 0x0C2654) is known color: Sapphire. HEX triplet: 0C, 26 and 54. RGB value is (12,38,84). Sum of RGB (Red+Green+Blue) = 12+38+84=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 84 (33.20% from 255 or 62.69% from 134); Max value from RGB is 84 - color contains mainly: blue. Hex color #0C2654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2654 is #F3D9AB. Grayscale: #232323. Windows color (decimal): -15980972 or 5514764. OLE color: 5514764.
HSL color Cylindrical-coordinate representation of color #0C2654: hue angle of 218.33º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C2654 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 38 | 84 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.67 |
| HSL | 218.33º | 0.75% | 0.19% | - |
| HSV(B) | 218.33º | 0.86% | 0.33% | - |
| XYZ | 2.44 | 2.1 | 8.66 | - |
| YUV | 35.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 84 | 0.86 | 0.55 | 0 | 0.67 | 218.33 | 0.75 | 0.19 |
| Hex | C | 26 | 54 | 56 | 37 | 0 | 43 | DA | 4B | 13 |
| Octal | 14 | 46 | 124 | 126 | 67 | 0 | 103 | 332 | 113 | 23 |
| Binary | 1100 | 100110 | 1010100 | 1010110 | 110111 | 0 | 1000011 | 11011010 | 1001011 | 10011 |
Color Harmonies of #0C2654
Complementary color
Monochromatic Colors of #0C2654
Black with #0C2654
Text Example
Text Example
White with #0C2654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2654; }
p { color: rgb(12,38,84); }
H1.HeaderClassName
{
color: #0C2654;
}
.AnyTagClassName
{
color: #0C2654;
}
</style>
background-color css
<style>
a { background-color: #0C2654; }
a { background-color: rgb(12,38,84); }
div.DivClassName
{
background-color: #0C2654;
}
.BgClassName
{
background-color: #0C2654;
}
</style>
border-color css
<style>
span { border-color: #0C2654; }
span { border-color: rgb(12,38,84); }
td.TdClassName
{
border-color: #0C2654;
}
.TagClassName
{
border-color: #0C2654;
}
</style>