Shades of Nordic #0B373D
Tints of Nordic #0B373D
RGB
CMYK
RGB Variations
Color information
#0B373D (or 0x0B373D) is known color: Nordic. HEX triplet: 0B, 37 and 3D. RGB value is (11,55,61). Sum of RGB (Red+Green+Blue) = 11+55+61=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B373D is #F4C8C2. Grayscale: #2A2A2A. Windows color (decimal): -16042179 or 4011787. OLE color: 4011787.
HSL color Cylindrical-coordinate representation of color #0B373D: hue angle of 187.2º 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 #0B373D is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 55 | 61 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.76 |
| HSL | 187.2º | 0.69% | 0.14% | - |
| HSV(B) | 187.2º | 0.82% | 0.24% | - |
| XYZ | 2.35 | 3.14 | 4.9 | - |
| YUV | 42.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 61 | 0.82 | 0.10 | 0 | 0.76 | 187.2 | 0.69 | 0.14 |
| Hex | B | 37 | 3D | 52 | A | 0 | 4C | BB | 45 | E |
| Octal | 13 | 67 | 75 | 122 | 12 | 0 | 114 | 273 | 105 | 16 |
| Binary | 1011 | 110111 | 111101 | 1010010 | 1010 | 0 | 1001100 | 10111011 | 1000101 | 1110 |
Color Harmonies of #0B373D
Complementary color
Monochromatic Colors of #0B373D
Black with #0B373D
Text Example
Text Example
White with #0B373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B373D; }
p { color: rgb(11,55,61); }
H1.HeaderClassName
{
color: #0B373D;
}
.AnyTagClassName
{
color: #0B373D;
}
</style>
background-color css
<style>
a { background-color: #0B373D; }
a { background-color: rgb(11,55,61); }
div.DivClassName
{
background-color: #0B373D;
}
.BgClassName
{
background-color: #0B373D;
}
</style>
border-color css
<style>
span { border-color: #0B373D; }
span { border-color: rgb(11,55,61); }
td.TdClassName
{
border-color: #0B373D;
}
.TagClassName
{
border-color: #0B373D;
}
</style>