#143740

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

Shades of Nordic #143740

Tints of Nordic #143740

Color information

#143740 (or 0x143740) is unknown color: approx Nordic. HEX triplet: 14, 37 and 40. RGB value is (20,55,64). Sum of RGB (Red+Green+Blue) = 20+55+64=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #143740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143740 is #EBC8BF. Grayscale: #2D2D2D. Windows color (decimal): -15452352 or 4208404. OLE color: 4208404.

HSL color Cylindrical-coordinate representation of color #143740: hue angle of 192.27º 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 #143740 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB205564-
CMYK0.690.1400.75
HSL192.27º52.38%16.47%-
HSV(B)192.27º68.75%25.1%-
XYZ2.583.255.34-
YUV45.56138.4109.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 55 (21.88% from 255) = 39.57%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=14.39%
G=39.57%
B=46.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2055640.690.1400.75192.2752.3816.47
Hex14374045E04Bc03410
Octal24671001051601133006420
Binary10100110111100000010001011110010010111100000011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143740; }

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

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

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

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

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

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

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

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