Shades of Nordic #0B3641
Tints of Nordic #0B3641
RGB
CMYK
RGB Variations
Color information
#0B3641 (or 0x0B3641) is known color: Nordic. HEX triplet: 0B, 36 and 41. RGB value is (11,54,65). Sum of RGB (Red+Green+Blue) = 11+54+65=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #0B3641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3641 is #F4C9BE. Grayscale: #2A2A2A. Windows color (decimal): -16042431 or 4273675. OLE color: 4273675.
HSL color Cylindrical-coordinate representation of color #0B3641: hue angle of 192.22º 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 #0B3641 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 54 | 65 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.75 |
| HSL | 192.22º | 0.71% | 0.15% | - |
| HSV(B) | 192.22º | 0.83% | 0.25% | - |
| XYZ | 2.41 | 3.09 | 5.47 | - |
| YUV | 42.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 65 | 0.83 | 0.17 | 0 | 0.75 | 192.22 | 0.71 | 0.15 |
| Hex | B | 36 | 41 | 53 | 11 | 0 | 4B | C0 | 47 | F |
| Octal | 13 | 66 | 101 | 123 | 21 | 0 | 113 | 300 | 107 | 17 |
| Binary | 1011 | 110110 | 1000001 | 1010011 | 10001 | 0 | 1001011 | 11000000 | 1000111 | 1111 |
Color Harmonies of #0B3641
Complementary color
Monochromatic Colors of #0B3641
Black with #0B3641
Text Example
Text Example
White with #0B3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3641; }
p { color: rgb(11,54,65); }
H1.HeaderClassName
{
color: #0B3641;
}
.AnyTagClassName
{
color: #0B3641;
}
</style>
background-color css
<style>
a { background-color: #0B3641; }
a { background-color: rgb(11,54,65); }
div.DivClassName
{
background-color: #0B3641;
}
.BgClassName
{
background-color: #0B3641;
}
</style>
border-color css
<style>
span { border-color: #0B3641; }
span { border-color: rgb(11,54,65); }
td.TdClassName
{
border-color: #0B3641;
}
.TagClassName
{
border-color: #0B3641;
}
</style>