#143640

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

Shades of Nordic #143640

Tints of Nordic #143640

Color information

#143640 (or 0x143640) is unknown color: approx Nordic. HEX triplet: 14, 36 and 40. RGB value is (20,54,64). Sum of RGB (Red+Green+Blue) = 20+54+64=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #143640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143640 is #EBC9BF. Grayscale: #2C2C2C. Windows color (decimal): -15452608 or 4208148. OLE color: 4208148.

HSL color Cylindrical-coordinate representation of color #143640: hue angle of 193.64º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143640 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB205464-
CMYK0.690.1600.75
HSL193.64º52.38%16.47%-
HSV(B)193.64º68.75%25.1%-
XYZ2.533.165.33-
YUV44.97138.74110.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 54 (21.48% from 255) = 39.13%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=14.49%
G=39.13%
B=46.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2054640.690.1600.75193.6452.3816.47
Hex143640451004Bc23410
Octal24661001052001133026420
Binary101001101101000000100010110000010010111100001011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143640; }

 p { color: rgb(20,54,64); }

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

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

 a { background-color: rgb(20,54,64); }

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

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

 span { border-color: rgb(20,54,64); }

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