Shades of Nordic #1B3C40
Tints of Nordic #1B3C40
RGB
CMYK
RGB Variations
Color information
#1B3C40 (or 0x1B3C40) is known color: Nordic. HEX triplet: 1B, 3C and 40. RGB value is (27,60,64). Sum of RGB (Red+Green+Blue) = 27+60+64=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B3C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3C40 is #E4C3BF. Grayscale: #323232. Windows color (decimal): -14992320 or 4209691. OLE color: 4209691.
HSL color Cylindrical-coordinate representation of color #1B3C40: hue angle of 186.49º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B3C40 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 60 | 64 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.75 |
| HSL | 186.49º | 0.41% | 0.18% | - |
| HSV(B) | 186.49º | 0.58% | 0.25% | - |
| XYZ | 2.99 | 3.83 | 5.43 | - |
| YUV | 50.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 64 | 0.58 | 0.06 | 0 | 0.75 | 186.49 | 0.41 | 0.18 |
| Hex | 1B | 3C | 40 | 3A | 6 | 0 | 4B | BA | 29 | 12 |
| Octal | 33 | 74 | 100 | 72 | 6 | 0 | 113 | 272 | 51 | 22 |
| Binary | 11011 | 111100 | 1000000 | 111010 | 110 | 0 | 1001011 | 10111010 | 101001 | 10010 |
Color Harmonies of #1B3C40
Complementary color
Monochromatic Colors of #1B3C40
Black with #1B3C40
Text Example
Text Example
White with #1B3C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3C40; }
p { color: rgb(27,60,64); }
H1.HeaderClassName
{
color: #1B3C40;
}
.AnyTagClassName
{
color: #1B3C40;
}
</style>
background-color css
<style>
a { background-color: #1B3C40; }
a { background-color: rgb(27,60,64); }
div.DivClassName
{
background-color: #1B3C40;
}
.BgClassName
{
background-color: #1B3C40;
}
</style>
border-color css
<style>
span { border-color: #1B3C40; }
span { border-color: rgb(27,60,64); }
td.TdClassName
{
border-color: #1B3C40;
}
.TagClassName
{
border-color: #1B3C40;
}
</style>