Shades of Nordic #0B3947
Tints of Nordic #0B3947
RGB
CMYK
RGB Variations
Color information
#0B3947 (or 0x0B3947) is known color: Nordic. HEX triplet: 0B, 39 and 47. RGB value is (11,57,71). Sum of RGB (Red+Green+Blue) = 11+57+71=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B3947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3947 is #F4C6B8. Grayscale: #2C2C2C. Windows color (decimal): -16041657 or 4667659. OLE color: 4667659.
HSL color Cylindrical-coordinate representation of color #0B3947: hue angle of 194º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B3947 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 57 | 71 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.72 |
| HSL | 194º | 0.73% | 0.16% | - |
| HSV(B) | 194º | 0.85% | 0.28% | - |
| XYZ | 2.74 | 3.45 | 6.48 | - |
| YUV | 44.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 57 | 71 | 0.85 | 0.20 | 0 | 0.72 | 194 | 0.73 | 0.16 |
| Hex | B | 39 | 47 | 55 | 14 | 0 | 48 | C2 | 49 | 10 |
| Octal | 13 | 71 | 107 | 125 | 24 | 0 | 110 | 302 | 111 | 20 |
| Binary | 1011 | 111001 | 1000111 | 1010101 | 10100 | 0 | 1001000 | 11000010 | 1001001 | 10000 |
Color Harmonies of #0B3947
Complementary color
Monochromatic Colors of #0B3947
Black with #0B3947
Text Example
Text Example
White with #0B3947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3947; }
p { color: rgb(11,57,71); }
H1.HeaderClassName
{
color: #0B3947;
}
.AnyTagClassName
{
color: #0B3947;
}
</style>
background-color css
<style>
a { background-color: #0B3947; }
a { background-color: rgb(11,57,71); }
div.DivClassName
{
background-color: #0B3947;
}
.BgClassName
{
background-color: #0B3947;
}
</style>
border-color css
<style>
span { border-color: #0B3947; }
span { border-color: rgb(11,57,71); }
td.TdClassName
{
border-color: #0B3947;
}
.TagClassName
{
border-color: #0B3947;
}
</style>