Shades of Sapphire #0C214B
Tints of Sapphire #0C214B
RGB
CMYK
RGB Variations
Color information
#0C214B (or 0x0C214B) is known color: Sapphire. HEX triplet: 0C, 21 and 4B. RGB value is (12,33,75). Sum of RGB (Red+Green+Blue) = 12+33+75=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C214B is #F3DEB4. Grayscale: #1F1F1F. Windows color (decimal): -15982261 or 4923660. OLE color: 4923660.
HSL color Cylindrical-coordinate representation of color #0C214B: hue angle of 220º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C214B is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 33 | 75 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.71 |
| HSL | 220º | 0.72% | 0.17% | - |
| HSV(B) | 220º | 0.84% | 0.29% | - |
| XYZ | 1.97 | 1.67 | 6.88 | - |
| YUV | 31.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 75 | 0.84 | 0.56 | 0 | 0.71 | 220 | 0.72 | 0.17 |
| Hex | C | 21 | 4B | 54 | 38 | 0 | 47 | DC | 48 | 11 |
| Octal | 14 | 41 | 113 | 124 | 70 | 0 | 107 | 334 | 110 | 21 |
| Binary | 1100 | 100001 | 1001011 | 1010100 | 111000 | 0 | 1000111 | 11011100 | 1001000 | 10001 |
Color Harmonies of #0C214B
Complementary color
Monochromatic Colors of #0C214B
Black with #0C214B
Text Example
Text Example
White with #0C214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C214B; }
p { color: rgb(12,33,75); }
H1.HeaderClassName
{
color: #0C214B;
}
.AnyTagClassName
{
color: #0C214B;
}
</style>
background-color css
<style>
a { background-color: #0C214B; }
a { background-color: rgb(12,33,75); }
div.DivClassName
{
background-color: #0C214B;
}
.BgClassName
{
background-color: #0C214B;
}
</style>
border-color css
<style>
span { border-color: #0C214B; }
span { border-color: rgb(12,33,75); }
td.TdClassName
{
border-color: #0C214B;
}
.TagClassName
{
border-color: #0C214B;
}
</style>