Shades of Sapphire #0C2D7D
Tints of Sapphire #0C2D7D
RGB
CMYK
RGB Variations
Color information
#0C2D7D (or 0x0C2D7D) is known color: Sapphire. HEX triplet: 0C, 2D and 7D. RGB value is (12,45,125). Sum of RGB (Red+Green+Blue) = 12+45+125=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C2D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2D7D is #F3D282. Grayscale: #2B2B2B. Windows color (decimal): -15979139 or 8203532. OLE color: 8203532.
HSL color Cylindrical-coordinate representation of color #0C2D7D: hue angle of 222.48º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C2D7D is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 45 | 125 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.51 |
| HSL | 222.48º | 0.82% | 0.27% | - |
| HSV(B) | 222.48º | 0.9% | 0.49% | - |
| XYZ | 4.79 | 3.44 | 19.81 | - |
| YUV | 44.25 | 173.57 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 45 | 125 | 0.90 | 0.64 | 0 | 0.51 | 222.48 | 0.82 | 0.27 |
| Hex | C | 2D | 7D | 5A | 40 | 0 | 33 | DE | 52 | 1B |
| Octal | 14 | 55 | 175 | 132 | 100 | 0 | 63 | 336 | 122 | 33 |
| Binary | 1100 | 101101 | 1111101 | 1011010 | 1000000 | 0 | 110011 | 11011110 | 1010010 | 11011 |
Color Harmonies of #0C2D7D
Complementary color
Monochromatic Colors of #0C2D7D
Black with #0C2D7D
Text Example
Text Example
White with #0C2D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2D7D; }
p { color: rgb(12,45,125); }
H1.HeaderClassName
{
color: #0C2D7D;
}
.AnyTagClassName
{
color: #0C2D7D;
}
</style>
background-color css
<style>
a { background-color: #0C2D7D; }
a { background-color: rgb(12,45,125); }
div.DivClassName
{
background-color: #0C2D7D;
}
.BgClassName
{
background-color: #0C2D7D;
}
</style>
border-color css
<style>
span { border-color: #0C2D7D; }
span { border-color: rgb(12,45,125); }
td.TdClassName
{
border-color: #0C2D7D;
}
.TagClassName
{
border-color: #0C2D7D;
}
</style>