Shades of Nordic #0B3439
Tints of Nordic #0B3439
RGB
CMYK
RGB Variations
Color information
#0B3439 (or 0x0B3439) is known color: Nordic. HEX triplet: 0B, 34 and 39. RGB value is (11,52,57). Sum of RGB (Red+Green+Blue) = 11+52+57=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 57 (22.66% from 255 or 47.5% from 120); Max value from RGB is 57 - color contains mainly: blue. Hex color #0B3439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3439 is #F4CBC6. Grayscale: #282828. Windows color (decimal): -16042951 or 3748875. OLE color: 3748875.
HSL color Cylindrical-coordinate representation of color #0B3439: hue angle of 186.52º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3439 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 52 | 57 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.78 |
| HSL | 186.52º | 0.68% | 0.13% | - |
| HSV(B) | 186.52º | 0.81% | 0.22% | - |
| XYZ | 2.1 | 2.82 | 4.3 | - |
| YUV | 40.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 57 | 0.81 | 0.09 | 0 | 0.78 | 186.52 | 0.68 | 0.13 |
| Hex | B | 34 | 39 | 51 | 9 | 0 | 4E | BB | 44 | D |
| Octal | 13 | 64 | 71 | 121 | 11 | 0 | 116 | 273 | 104 | 15 |
| Binary | 1011 | 110100 | 111001 | 1010001 | 1001 | 0 | 1001110 | 10111011 | 1000100 | 1101 |
Color Harmonies of #0B3439
Complementary color
Monochromatic Colors of #0B3439
Black with #0B3439
Text Example
Text Example
White with #0B3439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3439; }
p { color: rgb(11,52,57); }
H1.HeaderClassName
{
color: #0B3439;
}
.AnyTagClassName
{
color: #0B3439;
}
</style>
background-color css
<style>
a { background-color: #0B3439; }
a { background-color: rgb(11,52,57); }
div.DivClassName
{
background-color: #0B3439;
}
.BgClassName
{
background-color: #0B3439;
}
</style>
border-color css
<style>
span { border-color: #0B3439; }
span { border-color: rgb(11,52,57); }
td.TdClassName
{
border-color: #0B3439;
}
.TagClassName
{
border-color: #0B3439;
}
</style>