Shades of Cyprus #0B4E4A
Tints of Cyprus #0B4E4A
RGB
CMYK
RGB Variations
Color information
#0B4E4A (or 0x0B4E4A) is known color: Cyprus. HEX triplet: 0B, 4E and 4A. RGB value is (11,78,74). Sum of RGB (Red+Green+Blue) = 11+78+74=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 78 - color contains mainly: green. Hex color #0B4E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4E4A is #F4B1B5. Grayscale: #393939. Windows color (decimal): -16036278 or 4869643. OLE color: 4869643.
HSL color Cylindrical-coordinate representation of color #0B4E4A: hue angle of 176.42º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4E4A is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 78 | 74 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.69 |
| HSL | 176.42º | 0.75% | 0.17% | - |
| HSV(B) | 176.42º | 0.86% | 0.31% | - |
| XYZ | 4.1 | 6.01 | 7.42 | - |
| YUV | 57.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 78 | 74 | 0.86 | 0 | 0.05 | 0.69 | 176.42 | 0.75 | 0.17 |
| Hex | B | 4E | 4A | 56 | 0 | 5 | 45 | B0 | 4B | 11 |
| Octal | 13 | 116 | 112 | 126 | 0 | 5 | 105 | 260 | 113 | 21 |
| Binary | 1011 | 1001110 | 1001010 | 1010110 | 0 | 101 | 1000101 | 10110000 | 1001011 | 10001 |
Color Harmonies of #0B4E4A
Complementary color
Monochromatic Colors of #0B4E4A
Black with #0B4E4A
Text Example
Text Example
White with #0B4E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4E4A; }
p { color: rgb(11,78,74); }
H1.HeaderClassName
{
color: #0B4E4A;
}
.AnyTagClassName
{
color: #0B4E4A;
}
</style>
background-color css
<style>
a { background-color: #0B4E4A; }
a { background-color: rgb(11,78,74); }
div.DivClassName
{
background-color: #0B4E4A;
}
.BgClassName
{
background-color: #0B4E4A;
}
</style>
border-color css
<style>
span { border-color: #0B4E4A; }
span { border-color: rgb(11,78,74); }
td.TdClassName
{
border-color: #0B4E4A;
}
.TagClassName
{
border-color: #0B4E4A;
}
</style>