Shades of Nordic #0B3A47
Tints of Nordic #0B3A47
RGB
CMYK
RGB Variations
Color information
#0B3A47 (or 0x0B3A47) is known color: Nordic. HEX triplet: 0B, 3A and 47. RGB value is (11,58,71). Sum of RGB (Red+Green+Blue) = 11+58+71=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B3A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A47 is #F4C5B8. Grayscale: #2D2D2D. Windows color (decimal): -16041401 or 4667915. OLE color: 4667915.
HSL color Cylindrical-coordinate representation of color #0B3A47: hue angle of 193º 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 #0B3A47 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 58 | 71 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.72 |
| HSL | 193º | 0.73% | 0.16% | - |
| HSV(B) | 193º | 0.85% | 0.28% | - |
| XYZ | 2.79 | 3.55 | 6.5 | - |
| YUV | 45.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 58 | 71 | 0.85 | 0.18 | 0 | 0.72 | 193 | 0.73 | 0.16 |
| Hex | B | 3A | 47 | 55 | 12 | 0 | 48 | C1 | 49 | 10 |
| Octal | 13 | 72 | 107 | 125 | 22 | 0 | 110 | 301 | 111 | 20 |
| Binary | 1011 | 111010 | 1000111 | 1010101 | 10010 | 0 | 1001000 | 11000001 | 1001001 | 10000 |
Color Harmonies of #0B3A47
Complementary color
Monochromatic Colors of #0B3A47
Black with #0B3A47
Text Example
Text Example
White with #0B3A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3A47; }
p { color: rgb(11,58,71); }
H1.HeaderClassName
{
color: #0B3A47;
}
.AnyTagClassName
{
color: #0B3A47;
}
</style>
background-color css
<style>
a { background-color: #0B3A47; }
a { background-color: rgb(11,58,71); }
div.DivClassName
{
background-color: #0B3A47;
}
.BgClassName
{
background-color: #0B3A47;
}
</style>
border-color css
<style>
span { border-color: #0B3A47; }
span { border-color: rgb(11,58,71); }
td.TdClassName
{
border-color: #0B3A47;
}
.TagClassName
{
border-color: #0B3A47;
}
</style>