Shades of Nordic #0B363E
Tints of Nordic #0B363E
RGB
CMYK
RGB Variations
Color information
#0B363E (or 0x0B363E) is known color: Nordic. HEX triplet: 0B, 36 and 3E. RGB value is (11,54,62). Sum of RGB (Red+Green+Blue) = 11+54+62=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 62 (24.61% from 255 or 48.82% from 127); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B363E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B363E is #F4C9C1. Grayscale: #292929. Windows color (decimal): -16042434 or 4077067. OLE color: 4077067.
HSL color Cylindrical-coordinate representation of color #0B363E: hue angle of 189.41º degrees, saturation: 0.7, 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 #0B363E is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 54 | 62 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.76 |
| HSL | 189.41º | 0.7% | 0.14% | - |
| HSV(B) | 189.41º | 0.82% | 0.24% | - |
| XYZ | 2.33 | 3.06 | 5.02 | - |
| YUV | 42.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 62 | 0.82 | 0.13 | 0 | 0.76 | 189.41 | 0.7 | 0.14 |
| Hex | B | 36 | 3E | 52 | D | 0 | 4C | BD | 46 | E |
| Octal | 13 | 66 | 76 | 122 | 15 | 0 | 114 | 275 | 106 | 16 |
| Binary | 1011 | 110110 | 111110 | 1010010 | 1101 | 0 | 1001100 | 10111101 | 1000110 | 1110 |
Color Harmonies of #0B363E
Complementary color
Monochromatic Colors of #0B363E
Black with #0B363E
Text Example
Text Example
White with #0B363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B363E; }
p { color: rgb(11,54,62); }
H1.HeaderClassName
{
color: #0B363E;
}
.AnyTagClassName
{
color: #0B363E;
}
</style>
background-color css
<style>
a { background-color: #0B363E; }
a { background-color: rgb(11,54,62); }
div.DivClassName
{
background-color: #0B363E;
}
.BgClassName
{
background-color: #0B363E;
}
</style>
border-color css
<style>
span { border-color: #0B363E; }
span { border-color: rgb(11,54,62); }
td.TdClassName
{
border-color: #0B363E;
}
.TagClassName
{
border-color: #0B363E;
}
</style>