Shades of Nordic #1B393F
Tints of Nordic #1B393F
RGB
CMYK
RGB Variations
Color information
#1B393F (or 0x1B393F) is known color: Nordic. HEX triplet: 1B, 39 and 3F. RGB value is (27,57,63). Sum of RGB (Red+Green+Blue) = 27+57+63=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #1B393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B393F is #E4C6C0. Grayscale: #303030. Windows color (decimal): -14993089 or 4143387. OLE color: 4143387.
HSL color Cylindrical-coordinate representation of color #1B393F: hue angle of 190º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B393F is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 57 | 63 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.75 |
| HSL | 190º | 0.4% | 0.18% | - |
| HSV(B) | 190º | 0.57% | 0.25% | - |
| XYZ | 2.81 | 3.52 | 5.23 | - |
| YUV | 48.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 57 | 63 | 0.57 | 0.10 | 0 | 0.75 | 190 | 0.4 | 0.18 |
| Hex | 1B | 39 | 3F | 39 | A | 0 | 4B | BE | 28 | 12 |
| Octal | 33 | 71 | 77 | 71 | 12 | 0 | 113 | 276 | 50 | 22 |
| Binary | 11011 | 111001 | 111111 | 111001 | 1010 | 0 | 1001011 | 10111110 | 101000 | 10010 |
Color Harmonies of #1B393F
Complementary color
Monochromatic Colors of #1B393F
Black with #1B393F
Text Example
Text Example
White with #1B393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B393F; }
p { color: rgb(27,57,63); }
H1.HeaderClassName
{
color: #1B393F;
}
.AnyTagClassName
{
color: #1B393F;
}
</style>
background-color css
<style>
a { background-color: #1B393F; }
a { background-color: rgb(27,57,63); }
div.DivClassName
{
background-color: #1B393F;
}
.BgClassName
{
background-color: #1B393F;
}
</style>
border-color css
<style>
span { border-color: #1B393F; }
span { border-color: rgb(27,57,63); }
td.TdClassName
{
border-color: #1B393F;
}
.TagClassName
{
border-color: #1B393F;
}
</style>