Shades of Cyprus #0B464A
Tints of Cyprus #0B464A
RGB
CMYK
RGB Variations
Color information
#0B464A (or 0x0B464A) is known color: Cyprus. HEX triplet: 0B, 46 and 4A. RGB value is (11,70,74). Sum of RGB (Red+Green+Blue) = 11+70+74=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B464A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B464A is #F4B9B5. Grayscale: #343434. Windows color (decimal): -16038326 or 4867595. OLE color: 4867595.
HSL color Cylindrical-coordinate representation of color #0B464A: hue angle of 183.81º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B464A is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 70 | 74 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.71 |
| HSL | 183.81º | 0.74% | 0.17% | - |
| HSV(B) | 183.81º | 0.85% | 0.29% | - |
| XYZ | 3.56 | 4.95 | 7.25 | - |
| YUV | 52.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 70 | 74 | 0.85 | 0.05 | 0 | 0.71 | 183.81 | 0.74 | 0.17 |
| Hex | B | 46 | 4A | 55 | 5 | 0 | 47 | B8 | 4A | 11 |
| Octal | 13 | 106 | 112 | 125 | 5 | 0 | 107 | 270 | 112 | 21 |
| Binary | 1011 | 1000110 | 1001010 | 1010101 | 101 | 0 | 1000111 | 10111000 | 1001010 | 10001 |
Color Harmonies of #0B464A
Complementary color
Monochromatic Colors of #0B464A
Black with #0B464A
Text Example
Text Example
White with #0B464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B464A; }
p { color: rgb(11,70,74); }
H1.HeaderClassName
{
color: #0B464A;
}
.AnyTagClassName
{
color: #0B464A;
}
</style>
background-color css
<style>
a { background-color: #0B464A; }
a { background-color: rgb(11,70,74); }
div.DivClassName
{
background-color: #0B464A;
}
.BgClassName
{
background-color: #0B464A;
}
</style>
border-color css
<style>
span { border-color: #0B464A; }
span { border-color: rgb(11,70,74); }
td.TdClassName
{
border-color: #0B464A;
}
.TagClassName
{
border-color: #0B464A;
}
</style>