Shades of Sapphire #0C285B
Tints of Sapphire #0C285B
RGB
CMYK
RGB Variations
Color information
#0C285B (or 0x0C285B) is known color: Sapphire. HEX triplet: 0C, 28 and 5B. RGB value is (12,40,91). Sum of RGB (Red+Green+Blue) = 12+40+91=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C285B is #F3D7A4. Grayscale: #252525. Windows color (decimal): -15980453 or 5974028. OLE color: 5974028.
HSL color Cylindrical-coordinate representation of color #0C285B: hue angle of 218.73º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C285B is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 40 | 91 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.64 |
| HSL | 218.73º | 0.77% | 0.2% | - |
| HSV(B) | 218.73º | 0.87% | 0.36% | - |
| XYZ | 2.8 | 2.35 | 10.2 | - |
| YUV | 37.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 40 | 91 | 0.87 | 0.56 | 0 | 0.64 | 218.73 | 0.77 | 0.2 |
| Hex | C | 28 | 5B | 57 | 38 | 0 | 40 | DB | 4D | 14 |
| Octal | 14 | 50 | 133 | 127 | 70 | 0 | 100 | 333 | 115 | 24 |
| Binary | 1100 | 101000 | 1011011 | 1010111 | 111000 | 0 | 1000000 | 11011011 | 1001101 | 10100 |
Color Harmonies of #0C285B
Complementary color
Monochromatic Colors of #0C285B
Black with #0C285B
Text Example
Text Example
White with #0C285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C285B; }
p { color: rgb(12,40,91); }
H1.HeaderClassName
{
color: #0C285B;
}
.AnyTagClassName
{
color: #0C285B;
}
</style>
background-color css
<style>
a { background-color: #0C285B; }
a { background-color: rgb(12,40,91); }
div.DivClassName
{
background-color: #0C285B;
}
.BgClassName
{
background-color: #0C285B;
}
</style>
border-color css
<style>
span { border-color: #0C285B; }
span { border-color: rgb(12,40,91); }
td.TdClassName
{
border-color: #0C285B;
}
.TagClassName
{
border-color: #0C285B;
}
</style>