Shades of Cyprus #0B393D
Tints of Cyprus #0B393D
RGB
CMYK
RGB Variations
Color information
#0B393D (or 0x0B393D) is known color: Cyprus. HEX triplet: 0B, 39 and 3D. RGB value is (11,57,61). Sum of RGB (Red+Green+Blue) = 11+57+61=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B393D is #F4C6C2. Grayscale: #2B2B2B. Windows color (decimal): -16041667 or 4012299. OLE color: 4012299.
HSL color Cylindrical-coordinate representation of color #0B393D: hue angle of 184.8º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B393D is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 57 | 61 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.76 |
| HSL | 184.8º | 0.69% | 0.14% | - |
| HSV(B) | 184.8º | 0.82% | 0.24% | - |
| XYZ | 2.44 | 3.33 | 4.93 | - |
| YUV | 43.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 57 | 61 | 0.82 | 0.07 | 0 | 0.76 | 184.8 | 0.69 | 0.14 |
| Hex | B | 39 | 3D | 52 | 7 | 0 | 4C | B9 | 45 | E |
| Octal | 13 | 71 | 75 | 122 | 7 | 0 | 114 | 271 | 105 | 16 |
| Binary | 1011 | 111001 | 111101 | 1010010 | 111 | 0 | 1001100 | 10111001 | 1000101 | 1110 |
Color Harmonies of #0B393D
Complementary color
Monochromatic Colors of #0B393D
Black with #0B393D
Text Example
Text Example
White with #0B393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B393D; }
p { color: rgb(11,57,61); }
H1.HeaderClassName
{
color: #0B393D;
}
.AnyTagClassName
{
color: #0B393D;
}
</style>
background-color css
<style>
a { background-color: #0B393D; }
a { background-color: rgb(11,57,61); }
div.DivClassName
{
background-color: #0B393D;
}
.BgClassName
{
background-color: #0B393D;
}
</style>
border-color css
<style>
span { border-color: #0B393D; }
span { border-color: rgb(11,57,61); }
td.TdClassName
{
border-color: #0B393D;
}
.TagClassName
{
border-color: #0B393D;
}
</style>