#143741

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

Shades of Nordic #143741

Tints of Nordic #143741

Color information

#143741 (or 0x143741) is unknown color: approx Nordic. HEX triplet: 14, 37 and 41. RGB value is (20,55,65). Sum of RGB (Red+Green+Blue) = 20+55+65=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #143741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143741 is #EBC8BE. Grayscale: #2D2D2D. Windows color (decimal): -15452351 or 4273940. OLE color: 4273940.

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

Color convert

RGB205565-
CMYK0.690.1500.75
HSL193.33º52.94%16.67%-
HSV(B)193.33º69.23%25.49%-
XYZ2.613.265.49-
YUV45.68138.9109.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 65 (25.78% from 255) = 46.43%
R=14.29%
G=39.29%
B=46.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2055650.690.1500.75193.3352.9416.67
Hex14374145F04Bc13511
Octal24671011051701133016521
Binary10100110111100000110001011111010010111100000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143741; }

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

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

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

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

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

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

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

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