Shades of Nordic #0B2E37
Tints of Nordic #0B2E37
RGB
CMYK
RGB Variations
Color information
#0B2E37 (or 0x0B2E37) is known color: Nordic. HEX triplet: 0B, 2E and 37. RGB value is (11,46,55). Sum of RGB (Red+Green+Blue) = 11+46+55=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #0B2E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2E37 is #F4D1C8. Grayscale: #242424. Windows color (decimal): -16044489 or 3616267. OLE color: 3616267.
HSL color Cylindrical-coordinate representation of color #0B2E37: hue angle of 192.27º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B2E37 is Cyan = 0.8, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 46 | 55 | - |
| CMYK | 0.8 | 0.16 | 0 | 0.78 |
| HSL | 192.27º | 0.67% | 0.13% | - |
| HSV(B) | 192.27º | 0.8% | 0.22% | - |
| XYZ | 1.8 | 2.3 | 3.96 | - |
| YUV | 36.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 46 | 55 | 0.8 | 0.16 | 0 | 0.78 | 192.27 | 0.67 | 0.13 |
| Hex | B | 2E | 37 | 50 | 10 | 0 | 4E | C0 | 43 | D |
| Octal | 13 | 56 | 67 | 120 | 20 | 0 | 116 | 300 | 103 | 15 |
| Binary | 1011 | 101110 | 110111 | 1010000 | 10000 | 0 | 1001110 | 11000000 | 1000011 | 1101 |
Color Harmonies of #0B2E37
Complementary color
Monochromatic Colors of #0B2E37
Black with #0B2E37
Text Example
Text Example
White with #0B2E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2E37; }
p { color: rgb(11,46,55); }
H1.HeaderClassName
{
color: #0B2E37;
}
.AnyTagClassName
{
color: #0B2E37;
}
</style>
background-color css
<style>
a { background-color: #0B2E37; }
a { background-color: rgb(11,46,55); }
div.DivClassName
{
background-color: #0B2E37;
}
.BgClassName
{
background-color: #0B2E37;
}
</style>
border-color css
<style>
span { border-color: #0B2E37; }
span { border-color: rgb(11,46,55); }
td.TdClassName
{
border-color: #0B2E37;
}
.TagClassName
{
border-color: #0B2E37;
}
</style>