Shades of Nordic #1B3F47
Tints of Nordic #1B3F47
RGB
CMYK
RGB Variations
Color information
#1B3F47 (or 0x1B3F47) is known color: Nordic. HEX triplet: 1B, 3F and 47. RGB value is (27,63,71). Sum of RGB (Red+Green+Blue) = 27+63+71=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: blue. Hex color #1B3F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3F47 is #E4C0B8. Grayscale: #353535. Windows color (decimal): -14991545 or 4669211. OLE color: 4669211.
HSL color Cylindrical-coordinate representation of color #1B3F47: hue angle of 190.91º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B3F47 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 63 | 71 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.72 |
| HSL | 190.91º | 0.45% | 0.19% | - |
| HSV(B) | 190.91º | 0.62% | 0.28% | - |
| XYZ | 3.37 | 4.24 | 6.6 | - |
| YUV | 53.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 63 | 71 | 0.62 | 0.11 | 0 | 0.72 | 190.91 | 0.45 | 0.19 |
| Hex | 1B | 3F | 47 | 3E | B | 0 | 48 | BF | 2D | 13 |
| Octal | 33 | 77 | 107 | 76 | 13 | 0 | 110 | 277 | 55 | 23 |
| Binary | 11011 | 111111 | 1000111 | 111110 | 1011 | 0 | 1001000 | 10111111 | 101101 | 10011 |
Color Harmonies of #1B3F47
Complementary color
Monochromatic Colors of #1B3F47
Black with #1B3F47
Text Example
Text Example
White with #1B3F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3F47; }
p { color: rgb(27,63,71); }
H1.HeaderClassName
{
color: #1B3F47;
}
.AnyTagClassName
{
color: #1B3F47;
}
</style>
background-color css
<style>
a { background-color: #1B3F47; }
a { background-color: rgb(27,63,71); }
div.DivClassName
{
background-color: #1B3F47;
}
.BgClassName
{
background-color: #1B3F47;
}
</style>
border-color css
<style>
span { border-color: #1B3F47; }
span { border-color: rgb(27,63,71); }
td.TdClassName
{
border-color: #1B3F47;
}
.TagClassName
{
border-color: #1B3F47;
}
</style>