Shades of Nordic #0B363A
Tints of Nordic #0B363A
RGB
CMYK
RGB Variations
Color information
#0B363A (or 0x0B363A) is known color: Nordic. HEX triplet: 0B, 36 and 3A. RGB value is (11,54,58). Sum of RGB (Red+Green+Blue) = 11+54+58=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B363A is #F4C9C5. Grayscale: #292929. Windows color (decimal): -16042438 or 3814923. OLE color: 3814923.
HSL color Cylindrical-coordinate representation of color #0B363A: hue angle of 185.11º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B363A is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 54 | 58 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.77 |
| HSL | 185.11º | 0.68% | 0.14% | - |
| HSV(B) | 185.11º | 0.81% | 0.23% | - |
| XYZ | 2.22 | 3.01 | 4.47 | - |
| YUV | 41.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 58 | 0.81 | 0.07 | 0 | 0.77 | 185.11 | 0.68 | 0.14 |
| Hex | B | 36 | 3A | 51 | 7 | 0 | 4D | B9 | 44 | E |
| Octal | 13 | 66 | 72 | 121 | 7 | 0 | 115 | 271 | 104 | 16 |
| Binary | 1011 | 110110 | 111010 | 1010001 | 111 | 0 | 1001101 | 10111001 | 1000100 | 1110 |
Color Harmonies of #0B363A
Complementary color
Monochromatic Colors of #0B363A
Black with #0B363A
Text Example
Text Example
White with #0B363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B363A; }
p { color: rgb(11,54,58); }
H1.HeaderClassName
{
color: #0B363A;
}
.AnyTagClassName
{
color: #0B363A;
}
</style>
background-color css
<style>
a { background-color: #0B363A; }
a { background-color: rgb(11,54,58); }
div.DivClassName
{
background-color: #0B363A;
}
.BgClassName
{
background-color: #0B363A;
}
</style>
border-color css
<style>
span { border-color: #0B363A; }
span { border-color: rgb(11,54,58); }
td.TdClassName
{
border-color: #0B363A;
}
.TagClassName
{
border-color: #0B363A;
}
</style>