Shades of Nordic #1B363B
Tints of Nordic #1B363B
RGB
CMYK
RGB Variations
Color information
#1B363B (or 0x1B363B) is known color: Nordic. HEX triplet: 1B, 36 and 3B. RGB value is (27,54,59). Sum of RGB (Red+Green+Blue) = 27+54+59=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 59 - color contains mainly: blue. Hex color #1B363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B363B is #E4C9C4. Grayscale: #2E2E2E. Windows color (decimal): -14993861 or 3880475. OLE color: 3880475.
HSL color Cylindrical-coordinate representation of color #1B363B: hue angle of 189.38º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1B363B is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 54 | 59 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.77 |
| HSL | 189.38º | 0.37% | 0.17% | - |
| HSV(B) | 189.38º | 0.54% | 0.23% | - |
| XYZ | 2.56 | 3.19 | 4.62 | - |
| YUV | 46.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 54 | 59 | 0.54 | 0.08 | 0 | 0.77 | 189.38 | 0.37 | 0.17 |
| Hex | 1B | 36 | 3B | 36 | 8 | 0 | 4D | BD | 25 | 11 |
| Octal | 33 | 66 | 73 | 66 | 10 | 0 | 115 | 275 | 45 | 21 |
| Binary | 11011 | 110110 | 111011 | 110110 | 1000 | 0 | 1001101 | 10111101 | 100101 | 10001 |
Color Harmonies of #1B363B
Complementary color
Monochromatic Colors of #1B363B
Black with #1B363B
Text Example
Text Example
White with #1B363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B363B; }
p { color: rgb(27,54,59); }
H1.HeaderClassName
{
color: #1B363B;
}
.AnyTagClassName
{
color: #1B363B;
}
</style>
background-color css
<style>
a { background-color: #1B363B; }
a { background-color: rgb(27,54,59); }
div.DivClassName
{
background-color: #1B363B;
}
.BgClassName
{
background-color: #1B363B;
}
</style>
border-color css
<style>
span { border-color: #1B363B; }
span { border-color: rgb(27,54,59); }
td.TdClassName
{
border-color: #1B363B;
}
.TagClassName
{
border-color: #1B363B;
}
</style>