Shades of Sapphire #0C185F
Tints of Sapphire #0C185F
RGB
CMYK
RGB Variations
Color information
#0C185F (or 0x0C185F) is known color: Sapphire. HEX triplet: 0C, 18 and 5F. RGB value is (12,24,95). Sum of RGB (Red+Green+Blue) = 12+24+95=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 95 (37.5% from 255 or 72.52% from 131); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C185F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C185F is #F3E7A0. Grayscale: #1C1C1C. Windows color (decimal): -15984545 or 6232076. OLE color: 6232076.
HSL color Cylindrical-coordinate representation of color #0C185F: hue angle of 231.33º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C185F is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 12 | 24 | 95 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.63 |
| HSL | 231.33º | 0.78% | 0.21% | - |
| HSV(B) | 231.33º | 0.87% | 0.37% | - |
| XYZ | 2.54 | 1.56 | 10.99 | - |
| YUV | 28.51 | 165.52 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 95 | 0.87 | 0.75 | 0 | 0.63 | 231.33 | 0.78 | 0.21 |
| Hex | C | 18 | 5F | 57 | 4B | 0 | 3F | E7 | 4E | 15 |
| Octal | 14 | 30 | 137 | 127 | 113 | 0 | 77 | 347 | 116 | 25 |
| Binary | 1100 | 11000 | 1011111 | 1010111 | 1001011 | 0 | 111111 | 11100111 | 1001110 | 10101 |
Color Harmonies of #0C185F
Complementary color
Monochromatic Colors of #0C185F
Black with #0C185F
Text Example
Text Example
White with #0C185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C185F; }
p { color: rgb(12,24,95); }
H1.HeaderClassName
{
color: #0C185F;
}
.AnyTagClassName
{
color: #0C185F;
}
</style>
background-color css
<style>
a { background-color: #0C185F; }
a { background-color: rgb(12,24,95); }
div.DivClassName
{
background-color: #0C185F;
}
.BgClassName
{
background-color: #0C185F;
}
</style>
border-color css
<style>
span { border-color: #0C185F; }
span { border-color: rgb(12,24,95); }
td.TdClassName
{
border-color: #0C185F;
}
.TagClassName
{
border-color: #0C185F;
}
</style>