Shades of Cyprus #0C393B
Tints of Cyprus #0C393B
RGB
CMYK
RGB Variations
Color information
#0C393B (or 0x0C393B) is known color: Cyprus. HEX triplet: 0C, 39 and 3B. RGB value is (12,57,59). Sum of RGB (Red+Green+Blue) = 12+57+59=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C393B is #F3C6C4. Grayscale: #2B2B2B. Windows color (decimal): -15976133 or 3881228. OLE color: 3881228.
HSL color Cylindrical-coordinate representation of color #0C393B: hue angle of 182.55º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C393B is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 57 | 59 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.77 |
| HSL | 182.55º | 0.66% | 0.14% | - |
| HSV(B) | 182.55º | 0.8% | 0.23% | - |
| XYZ | 2.4 | 3.32 | 4.65 | - |
| YUV | 43.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 59 | 0.80 | 0.03 | 0 | 0.77 | 182.55 | 0.66 | 0.14 |
| Hex | C | 39 | 3B | 50 | 3 | 0 | 4D | B7 | 42 | E |
| Octal | 14 | 71 | 73 | 120 | 3 | 0 | 115 | 267 | 102 | 16 |
| Binary | 1100 | 111001 | 111011 | 1010000 | 11 | 0 | 1001101 | 10110111 | 1000010 | 1110 |
Color Harmonies of #0C393B
Complementary color
Monochromatic Colors of #0C393B
Black with #0C393B
Text Example
Text Example
White with #0C393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C393B; }
p { color: rgb(12,57,59); }
H1.HeaderClassName
{
color: #0C393B;
}
.AnyTagClassName
{
color: #0C393B;
}
</style>
background-color css
<style>
a { background-color: #0C393B; }
a { background-color: rgb(12,57,59); }
div.DivClassName
{
background-color: #0C393B;
}
.BgClassName
{
background-color: #0C393B;
}
</style>
border-color css
<style>
span { border-color: #0C393B; }
span { border-color: rgb(12,57,59); }
td.TdClassName
{
border-color: #0C393B;
}
.TagClassName
{
border-color: #0C393B;
}
</style>