Shades of Cyprus #0B3A44
Tints of Cyprus #0B3A44
RGB
CMYK
RGB Variations
Color information
#0B3A44 (or 0x0B3A44) is known color: Cyprus. HEX triplet: 0B, 3A and 44. RGB value is (11,58,68). Sum of RGB (Red+Green+Blue) = 11+58+68=137 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.03% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #0B3A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A44 is #F4C5BB. Grayscale: #2D2D2D. Windows color (decimal): -16041404 or 4471307. OLE color: 4471307.
HSL color Cylindrical-coordinate representation of color #0B3A44: hue angle of 190.53º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B3A44 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 58 | 68 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.73 |
| HSL | 190.53º | 0.72% | 0.15% | - |
| HSV(B) | 190.53º | 0.84% | 0.27% | - |
| XYZ | 2.69 | 3.51 | 6.01 | - |
| YUV | 45.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 58 | 68 | 0.84 | 0.15 | 0 | 0.73 | 190.53 | 0.72 | 0.15 |
| Hex | B | 3A | 44 | 54 | F | 0 | 49 | BF | 48 | F |
| Octal | 13 | 72 | 104 | 124 | 17 | 0 | 111 | 277 | 110 | 17 |
| Binary | 1011 | 111010 | 1000100 | 1010100 | 1111 | 0 | 1001001 | 10111111 | 1001000 | 1111 |
Color Harmonies of #0B3A44
Complementary color
Monochromatic Colors of #0B3A44
Black with #0B3A44
Text Example
Text Example
White with #0B3A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3A44; }
p { color: rgb(11,58,68); }
H1.HeaderClassName
{
color: #0B3A44;
}
.AnyTagClassName
{
color: #0B3A44;
}
</style>
background-color css
<style>
a { background-color: #0B3A44; }
a { background-color: rgb(11,58,68); }
div.DivClassName
{
background-color: #0B3A44;
}
.BgClassName
{
background-color: #0B3A44;
}
</style>
border-color css
<style>
span { border-color: #0B3A44; }
span { border-color: rgb(11,58,68); }
td.TdClassName
{
border-color: #0B3A44;
}
.TagClassName
{
border-color: #0B3A44;
}
</style>