Shades of Nordic #14333D
Tints of Nordic #14333D
RGB
CMYK
RGB Variations
Color information
#14333D (or 0x14333D) is known color: Nordic. HEX triplet: 14, 33 and 3D. RGB value is (20,51,61). Sum of RGB (Red+Green+Blue) = 20+51+61=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #14333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14333D is #EBCCC2. Grayscale: #2A2A2A. Windows color (decimal): -15453379 or 4010772. OLE color: 4010772.
HSL color Cylindrical-coordinate representation of color #14333D: hue angle of 194.63º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14333D is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 51 | 61 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.76 |
| HSL | 194.63º | 0.51% | 0.16% | - |
| HSV(B) | 194.63º | 0.67% | 0.24% | - |
| XYZ | 2.31 | 2.85 | 4.84 | - |
| YUV | 42.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 61 | 0.67 | 0.16 | 0 | 0.76 | 194.63 | 0.51 | 0.16 |
| Hex | 14 | 33 | 3D | 43 | 10 | 0 | 4C | C3 | 33 | 10 |
| Octal | 24 | 63 | 75 | 103 | 20 | 0 | 114 | 303 | 63 | 20 |
| Binary | 10100 | 110011 | 111101 | 1000011 | 10000 | 0 | 1001100 | 11000011 | 110011 | 10000 |
Color Harmonies of #14333D
Complementary color
Monochromatic Colors of #14333D
Black with #14333D
Text Example
Text Example
White with #14333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14333D; }
p { color: rgb(20,51,61); }
H1.HeaderClassName
{
color: #14333D;
}
.AnyTagClassName
{
color: #14333D;
}
</style>
background-color css
<style>
a { background-color: #14333D; }
a { background-color: rgb(20,51,61); }
div.DivClassName
{
background-color: #14333D;
}
.BgClassName
{
background-color: #14333D;
}
</style>
border-color css
<style>
span { border-color: #14333D; }
span { border-color: rgb(20,51,61); }
td.TdClassName
{
border-color: #14333D;
}
.TagClassName
{
border-color: #14333D;
}
</style>