Shades of Nordic #0B3440
Tints of Nordic #0B3440
RGB
CMYK
RGB Variations
Color information
#0B3440 (or 0x0B3440) is known color: Nordic. HEX triplet: 0B, 34 and 40. RGB value is (11,52,64). Sum of RGB (Red+Green+Blue) = 11+52+64=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #0B3440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3440 is #F4CBBF. Grayscale: #292929. Windows color (decimal): -16042944 or 4207627. OLE color: 4207627.
HSL color Cylindrical-coordinate representation of color #0B3440: hue angle of 193.58º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B3440 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 52 | 64 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.75 |
| HSL | 193.58º | 0.71% | 0.15% | - |
| HSV(B) | 193.58º | 0.83% | 0.25% | - |
| XYZ | 2.29 | 2.9 | 5.29 | - |
| YUV | 41.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 64 | 0.83 | 0.19 | 0 | 0.75 | 193.58 | 0.71 | 0.15 |
| Hex | B | 34 | 40 | 53 | 13 | 0 | 4B | C2 | 47 | F |
| Octal | 13 | 64 | 100 | 123 | 23 | 0 | 113 | 302 | 107 | 17 |
| Binary | 1011 | 110100 | 1000000 | 1010011 | 10011 | 0 | 1001011 | 11000010 | 1000111 | 1111 |
Color Harmonies of #0B3440
Complementary color
Monochromatic Colors of #0B3440
Black with #0B3440
Text Example
Text Example
White with #0B3440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3440; }
p { color: rgb(11,52,64); }
H1.HeaderClassName
{
color: #0B3440;
}
.AnyTagClassName
{
color: #0B3440;
}
</style>
background-color css
<style>
a { background-color: #0B3440; }
a { background-color: rgb(11,52,64); }
div.DivClassName
{
background-color: #0B3440;
}
.BgClassName
{
background-color: #0B3440;
}
</style>
border-color css
<style>
span { border-color: #0B3440; }
span { border-color: rgb(11,52,64); }
td.TdClassName
{
border-color: #0B3440;
}
.TagClassName
{
border-color: #0B3440;
}
</style>