Shades of Nordic #14353C
Tints of Nordic #14353C
RGB
CMYK
RGB Variations
Color information
#14353C (or 0x14353C) is known color: Nordic. HEX triplet: 14, 35 and 3C. RGB value is (20,53,60). Sum of RGB (Red+Green+Blue) = 20+53+60=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 60 - color contains mainly: blue. Hex color #14353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14353C is #EBCAC3. Grayscale: #2B2B2B. Windows color (decimal): -15452868 or 3945748. OLE color: 3945748.
HSL color Cylindrical-coordinate representation of color #14353C: hue angle of 190.5º degrees, saturation: 0.5, 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 #14353C is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 53 | 60 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.76 |
| HSL | 190.5º | 0.5% | 0.16% | - |
| HSV(B) | 190.5º | 0.67% | 0.24% | - |
| XYZ | 2.38 | 3.02 | 4.73 | - |
| YUV | 43.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 60 | 0.67 | 0.12 | 0 | 0.76 | 190.5 | 0.5 | 0.16 |
| Hex | 14 | 35 | 3C | 43 | C | 0 | 4C | BE | 32 | 10 |
| Octal | 24 | 65 | 74 | 103 | 14 | 0 | 114 | 276 | 62 | 20 |
| Binary | 10100 | 110101 | 111100 | 1000011 | 1100 | 0 | 1001100 | 10111110 | 110010 | 10000 |
Color Harmonies of #14353C
Complementary color
Monochromatic Colors of #14353C
Black with #14353C
Text Example
Text Example
White with #14353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14353C; }
p { color: rgb(20,53,60); }
H1.HeaderClassName
{
color: #14353C;
}
.AnyTagClassName
{
color: #14353C;
}
</style>
background-color css
<style>
a { background-color: #14353C; }
a { background-color: rgb(20,53,60); }
div.DivClassName
{
background-color: #14353C;
}
.BgClassName
{
background-color: #14353C;
}
</style>
border-color css
<style>
span { border-color: #14353C; }
span { border-color: rgb(20,53,60); }
td.TdClassName
{
border-color: #14353C;
}
.TagClassName
{
border-color: #14353C;
}
</style>