Shades of Sapphire #0C1D52
Tints of Sapphire #0C1D52
RGB
CMYK
RGB Variations
Color information
#0C1D52 (or 0x0C1D52) is known color: Sapphire. HEX triplet: 0C, 1D and 52. RGB value is (12,29,82). Sum of RGB (Red+Green+Blue) = 12+29+82=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 82 (32.42% from 255 or 66.67% from 123); Max value from RGB is 82 - color contains mainly: blue. Hex color #0C1D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1D52 is #F3E2AD. Grayscale: #1D1D1D. Windows color (decimal): -15983278 or 5381388. OLE color: 5381388.
HSL color Cylindrical-coordinate representation of color #0C1D52: hue angle of 225.43º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C1D52 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 29 | 82 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.68 |
| HSL | 225.43º | 0.74% | 0.18% | - |
| HSV(B) | 225.43º | 0.85% | 0.32% | - |
| XYZ | 2.11 | 1.57 | 8.17 | - |
| YUV | 29.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 29 | 82 | 0.85 | 0.65 | 0 | 0.68 | 225.43 | 0.74 | 0.18 |
| Hex | C | 1D | 52 | 55 | 41 | 0 | 44 | E1 | 4A | 12 |
| Octal | 14 | 35 | 122 | 125 | 101 | 0 | 104 | 341 | 112 | 22 |
| Binary | 1100 | 11101 | 1010010 | 1010101 | 1000001 | 0 | 1000100 | 11100001 | 1001010 | 10010 |
Color Harmonies of #0C1D52
Complementary color
Monochromatic Colors of #0C1D52
Black with #0C1D52
Text Example
Text Example
White with #0C1D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1D52; }
p { color: rgb(12,29,82); }
H1.HeaderClassName
{
color: #0C1D52;
}
.AnyTagClassName
{
color: #0C1D52;
}
</style>
background-color css
<style>
a { background-color: #0C1D52; }
a { background-color: rgb(12,29,82); }
div.DivClassName
{
background-color: #0C1D52;
}
.BgClassName
{
background-color: #0C1D52;
}
</style>
border-color css
<style>
span { border-color: #0C1D52; }
span { border-color: rgb(12,29,82); }
td.TdClassName
{
border-color: #0C1D52;
}
.TagClassName
{
border-color: #0C1D52;
}
</style>