#143D43

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

Shades of Nordic #143D43

Tints of Nordic #143D43

Color information

#143D43 (or 0x143D43) is unknown color: approx Nordic. HEX triplet: 14, 3D and 43. RGB value is (20,61,67). Sum of RGB (Red+Green+Blue) = 20+61+67=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #143D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D43 is #EBC2BC. Grayscale: #313131. Windows color (decimal): -15450813 or 4406548. OLE color: 4406548.

HSL color Cylindrical-coordinate representation of color #143D43: hue angle of 187.66º degrees, saturation: 0.54, 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 #143D43 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB206167-
CMYK0.700.0900.74
HSL187.66º54.02%17.06%-
HSV(B)187.66º70.15%26.27%-
XYZ2.973.895.9-
YUV49.42137.92107.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 61 (24.22% from 255) = 41.22%
BLUE value IS 67 (26.56% from 255) = 45.27%
R=13.51%
G=41.22%
B=45.27%

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
Decimal2061670.700.0900.74187.6654.0217.06
Hex143D4346904Abc3611
Octal24751031061101122746621
Binary10100111101100001110001101001010010101011110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,61,67); }

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

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

 a { background-color: rgb(20,61,67); }

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

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

 span { border-color: rgb(20,61,67); }

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