#143C42

Color #143C42 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #143C42

Tints of Nordic #143C42

Color information

#143C42 (or 0x143C42) is unknown color: approx Nordic. HEX triplet: 14, 3C and 42. RGB value is (20,60,66). Sum of RGB (Red+Green+Blue) = 20+60+66=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 66 - color contains mainly: blue. Hex color #143C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C42 is #EBC3BD. Grayscale: #303030. Windows color (decimal): -15451070 or 4340756. OLE color: 4340756.

HSL color Cylindrical-coordinate representation of color #143C42: hue angle of 187.83º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #143C42 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB206066-
CMYK0.700.0900.74
HSL187.83º53.49%16.86%-
HSV(B)187.83º69.7%25.88%-
XYZ2.893.775.73-
YUV48.72137.75107.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 60 (23.83% from 255) = 41.10%
BLUE value IS 66 (26.17% from 255) = 45.21%
R=13.70%
G=41.10%
B=45.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2060660.700.0900.74187.8353.4916.86
Hex143C4246904Abc3511
Octal24741021061101122746521
Binary10100111100100001010001101001010010101011110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143C42; }

 p { color: rgb(20,60,66); }

 H1.HeaderClassName
 {
   color: #143C42;
 }
 .AnyTagClassName
 {
   color: #143C42;
 }
</style>
background-color css

<style>
 a { background-color: #143C42; }

 a { background-color: rgb(20,60,66); }

 div.DivClassName
 {
   background-color: #143C42;
 }
 .BgClassName
 {
   background-color: #143C42;
 }
</style>
border-color css

<style>
 span { border-color: #143C42; }

 span { border-color: rgb(20,60,66); }

 td.TdClassName
 {
   border-color: #143C42;
 }
 .TagClassName
 {
   border-color: #143C42;
 }
</style>