Shades of Nordic #0B343D
Tints of Nordic #0B343D
RGB
CMYK
RGB Variations
Color information
#0B343D (or 0x0B343D) is known color: Nordic. HEX triplet: 0B, 34 and 3D. RGB value is (11,52,61). Sum of RGB (Red+Green+Blue) = 11+52+61=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B343D is #F4CBC2. Grayscale: #282828. Windows color (decimal): -16042947 or 4011019. OLE color: 4011019.
HSL color Cylindrical-coordinate representation of color #0B343D: hue angle of 190.8º 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 #0B343D is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 52 | 61 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.76 |
| HSL | 190.8º | 0.69% | 0.14% | - |
| HSV(B) | 190.8º | 0.82% | 0.24% | - |
| XYZ | 2.21 | 2.86 | 4.85 | - |
| YUV | 40.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 61 | 0.82 | 0.15 | 0 | 0.76 | 190.8 | 0.69 | 0.14 |
| Hex | B | 34 | 3D | 52 | F | 0 | 4C | BF | 45 | E |
| Octal | 13 | 64 | 75 | 122 | 17 | 0 | 114 | 277 | 105 | 16 |
| Binary | 1011 | 110100 | 111101 | 1010010 | 1111 | 0 | 1001100 | 10111111 | 1000101 | 1110 |
Color Harmonies of #0B343D
Complementary color
Monochromatic Colors of #0B343D
Black with #0B343D
Text Example
Text Example
White with #0B343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B343D; }
p { color: rgb(11,52,61); }
H1.HeaderClassName
{
color: #0B343D;
}
.AnyTagClassName
{
color: #0B343D;
}
</style>
background-color css
<style>
a { background-color: #0B343D; }
a { background-color: rgb(11,52,61); }
div.DivClassName
{
background-color: #0B343D;
}
.BgClassName
{
background-color: #0B343D;
}
</style>
border-color css
<style>
span { border-color: #0B343D; }
span { border-color: rgb(11,52,61); }
td.TdClassName
{
border-color: #0B343D;
}
.TagClassName
{
border-color: #0B343D;
}
</style>