Shades of Nordic #0B343B
Tints of Nordic #0B343B
RGB
CMYK
RGB Variations
Color information
#0B343B (or 0x0B343B) is known color: Nordic. HEX triplet: 0B, 34 and 3B. RGB value is (11,52,59). Sum of RGB (Red+Green+Blue) = 11+52+59=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #0B343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B343B is #F4CBC4. Grayscale: #282828. Windows color (decimal): -16042949 or 3879947. OLE color: 3879947.
HSL color Cylindrical-coordinate representation of color #0B343B: hue angle of 188.75º degrees, saturation: 0.69, 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 #0B343B is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 52 | 59 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.77 |
| HSL | 188.75º | 0.69% | 0.14% | - |
| HSV(B) | 188.75º | 0.81% | 0.23% | - |
| XYZ | 2.16 | 2.84 | 4.57 | - |
| YUV | 40.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 59 | 0.81 | 0.12 | 0 | 0.77 | 188.75 | 0.69 | 0.14 |
| Hex | B | 34 | 3B | 51 | C | 0 | 4D | BD | 45 | E |
| Octal | 13 | 64 | 73 | 121 | 14 | 0 | 115 | 275 | 105 | 16 |
| Binary | 1011 | 110100 | 111011 | 1010001 | 1100 | 0 | 1001101 | 10111101 | 1000101 | 1110 |
Color Harmonies of #0B343B
Complementary color
Monochromatic Colors of #0B343B
Black with #0B343B
Text Example
Text Example
White with #0B343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B343B; }
p { color: rgb(11,52,59); }
H1.HeaderClassName
{
color: #0B343B;
}
.AnyTagClassName
{
color: #0B343B;
}
</style>
background-color css
<style>
a { background-color: #0B343B; }
a { background-color: rgb(11,52,59); }
div.DivClassName
{
background-color: #0B343B;
}
.BgClassName
{
background-color: #0B343B;
}
</style>
border-color css
<style>
span { border-color: #0B343B; }
span { border-color: rgb(11,52,59); }
td.TdClassName
{
border-color: #0B343B;
}
.TagClassName
{
border-color: #0B343B;
}
</style>