#143943

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

Shades of Nordic #143943

Tints of Nordic #143943

Color information

#143943 (or 0x143943) is unknown color: approx Nordic. HEX triplet: 14, 39 and 43. RGB value is (20,57,67). Sum of RGB (Red+Green+Blue) = 20+57+67=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 67 - color contains mainly: blue. Hex color #143943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143943 is #EBC6BC. Grayscale: #2E2E2E. Windows color (decimal): -15451837 or 4405524. OLE color: 4405524.

HSL color Cylindrical-coordinate representation of color #143943: hue angle of 192.77º 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 #143943 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB205767-
CMYK0.700.1500.74
HSL192.77º54.02%17.06%-
HSV(B)192.77º70.15%26.27%-
XYZ2.763.485.84-
YUV47.08139.24108.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 67 (26.56% from 255) = 46.53%
R=13.89%
G=39.58%
B=46.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2057670.700.1500.74192.7754.0217.06
Hex14394346F04Ac13611
Octal24711031061701123016621
Binary10100111001100001110001101111010010101100000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143943; }

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

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

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

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

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

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

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

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