Shades of Nordic #14333B
Tints of Nordic #14333B
RGB
CMYK
RGB Variations
Color information
#14333B (or 0x14333B) is known color: Nordic. HEX triplet: 14, 33 and 3B. RGB value is (20,51,59). Sum of RGB (Red+Green+Blue) = 20+51+59=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 59 - color contains mainly: blue. Hex color #14333B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14333B is #EBCCC4. Grayscale: #2A2A2A. Windows color (decimal): -15453381 or 3879700. OLE color: 3879700.
HSL color Cylindrical-coordinate representation of color #14333B: hue angle of 192.31º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14333B is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 51 | 59 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.77 |
| HSL | 192.31º | 0.49% | 0.15% | - |
| HSV(B) | 192.31º | 0.66% | 0.23% | - |
| XYZ | 2.26 | 2.83 | 4.57 | - |
| YUV | 42.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 59 | 0.66 | 0.14 | 0 | 0.77 | 192.31 | 0.49 | 0.15 |
| Hex | 14 | 33 | 3B | 42 | E | 0 | 4D | C0 | 31 | F |
| Octal | 24 | 63 | 73 | 102 | 16 | 0 | 115 | 300 | 61 | 17 |
| Binary | 10100 | 110011 | 111011 | 1000010 | 1110 | 0 | 1001101 | 11000000 | 110001 | 1111 |
Color Harmonies of #14333B
Complementary color
Monochromatic Colors of #14333B
Black with #14333B
Text Example
Text Example
White with #14333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14333B; }
p { color: rgb(20,51,59); }
H1.HeaderClassName
{
color: #14333B;
}
.AnyTagClassName
{
color: #14333B;
}
</style>
background-color css
<style>
a { background-color: #14333B; }
a { background-color: rgb(20,51,59); }
div.DivClassName
{
background-color: #14333B;
}
.BgClassName
{
background-color: #14333B;
}
</style>
border-color css
<style>
span { border-color: #14333B; }
span { border-color: rgb(20,51,59); }
td.TdClassName
{
border-color: #14333B;
}
.TagClassName
{
border-color: #14333B;
}
</style>