Shades of Nordic #0B363D
Tints of Nordic #0B363D
RGB
CMYK
RGB Variations
Color information
#0B363D (or 0x0B363D) is known color: Nordic. HEX triplet: 0B, 36 and 3D. RGB value is (11,54,61). Sum of RGB (Red+Green+Blue) = 11+54+61=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B363D is #F4C9C2. Grayscale: #292929. Windows color (decimal): -16042435 or 4011531. OLE color: 4011531.
HSL color Cylindrical-coordinate representation of color #0B363D: hue angle of 188.4º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B363D is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 54 | 61 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.76 |
| HSL | 188.4º | 0.69% | 0.14% | - |
| HSV(B) | 188.4º | 0.82% | 0.24% | - |
| XYZ | 2.3 | 3.05 | 4.88 | - |
| YUV | 41.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 61 | 0.82 | 0.11 | 0 | 0.76 | 188.4 | 0.69 | 0.14 |
| Hex | B | 36 | 3D | 52 | B | 0 | 4C | BC | 45 | E |
| Octal | 13 | 66 | 75 | 122 | 13 | 0 | 114 | 274 | 105 | 16 |
| Binary | 1011 | 110110 | 111101 | 1010010 | 1011 | 0 | 1001100 | 10111100 | 1000101 | 1110 |
Color Harmonies of #0B363D
Complementary color
Monochromatic Colors of #0B363D
Black with #0B363D
Text Example
Text Example
White with #0B363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B363D; }
p { color: rgb(11,54,61); }
H1.HeaderClassName
{
color: #0B363D;
}
.AnyTagClassName
{
color: #0B363D;
}
</style>
background-color css
<style>
a { background-color: #0B363D; }
a { background-color: rgb(11,54,61); }
div.DivClassName
{
background-color: #0B363D;
}
.BgClassName
{
background-color: #0B363D;
}
</style>
border-color css
<style>
span { border-color: #0B363D; }
span { border-color: rgb(11,54,61); }
td.TdClassName
{
border-color: #0B363D;
}
.TagClassName
{
border-color: #0B363D;
}
</style>