#143944

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

Shades of Nordic #143944

Tints of Nordic #143944

Color information

#143944 (or 0x143944) is unknown color: approx Nordic. HEX triplet: 14, 39 and 44. RGB value is (20,57,68). Sum of RGB (Red+Green+Blue) = 20+57+68=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 68 - color contains mainly: blue. Hex color #143944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143944 is #EBC6BB. Grayscale: #2F2F2F. Windows color (decimal): -15451836 or 4471060. OLE color: 4471060.

HSL color Cylindrical-coordinate representation of color #143944: hue angle of 193.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #143944 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB205768-
CMYK0.710.1600.73
HSL193.75º54.55%17.25%-
HSV(B)193.75º70.59%26.67%-
XYZ2.83.496-
YUV47.19139.74108.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 57 (22.66% from 255) = 39.31%
BLUE value IS 68 (26.95% from 255) = 46.90%
R=13.79%
G=39.31%
B=46.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2057680.710.1600.73193.7554.5517.25
Hex1439444710049c23711
Octal24711041072001113026721
Binary101001110011000100100011110000010010011100001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143944; }

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

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

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

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

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

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

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

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