Shades of Sapphire #0C234B
Tints of Sapphire #0C234B
RGB
CMYK
RGB Variations
Color information
#0C234B (or 0x0C234B) is known color: Sapphire. HEX triplet: 0C, 23 and 4B. RGB value is (12,35,75). Sum of RGB (Red+Green+Blue) = 12+35+75=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C234B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C234B is #F3DCB4. Grayscale: #202020. Windows color (decimal): -15981749 or 4924172. OLE color: 4924172.
HSL color Cylindrical-coordinate representation of color #0C234B: hue angle of 218.1º 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 #0C234B is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 35 | 75 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.71 |
| HSL | 218.1º | 0.72% | 0.17% | - |
| HSV(B) | 218.1º | 0.84% | 0.29% | - |
| XYZ | 2.02 | 1.79 | 6.9 | - |
| YUV | 32.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 75 | 0.84 | 0.53 | 0 | 0.71 | 218.1 | 0.72 | 0.17 |
| Hex | C | 23 | 4B | 54 | 35 | 0 | 47 | DA | 48 | 11 |
| Octal | 14 | 43 | 113 | 124 | 65 | 0 | 107 | 332 | 110 | 21 |
| Binary | 1100 | 100011 | 1001011 | 1010100 | 110101 | 0 | 1000111 | 11011010 | 1001000 | 10001 |
Color Harmonies of #0C234B
Complementary color
Monochromatic Colors of #0C234B
Black with #0C234B
Text Example
Text Example
White with #0C234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C234B; }
p { color: rgb(12,35,75); }
H1.HeaderClassName
{
color: #0C234B;
}
.AnyTagClassName
{
color: #0C234B;
}
</style>
background-color css
<style>
a { background-color: #0C234B; }
a { background-color: rgb(12,35,75); }
div.DivClassName
{
background-color: #0C234B;
}
.BgClassName
{
background-color: #0C234B;
}
</style>
border-color css
<style>
span { border-color: #0C234B; }
span { border-color: rgb(12,35,75); }
td.TdClassName
{
border-color: #0C234B;
}
.TagClassName
{
border-color: #0C234B;
}
</style>