#143A41

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

Shades of Nordic #143A41

Tints of Nordic #143A41

Color information

#143A41 (or 0x143A41) is unknown color: approx Nordic. HEX triplet: 14, 3A and 41. RGB value is (20,58,65). Sum of RGB (Red+Green+Blue) = 20+58+65=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #143A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A41 is #EBC5BE. Grayscale: #2F2F2F. Windows color (decimal): -15451583 or 4274708. OLE color: 4274708.

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

Color convert

RGB205865-
CMYK0.690.1100.75
HSL189.33º52.94%16.67%-
HSV(B)189.33º69.23%25.49%-
XYZ2.763.565.54-
YUV47.44137.91108.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 58 (23.05% from 255) = 40.56%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=13.99%
G=40.56%
B=45.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2058650.690.1100.75189.3352.9416.67
Hex143A4145B04Bbd3511
Octal24721011051301132756521
Binary10100111010100000110001011011010010111011110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143A41; }

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

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

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

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

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

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

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

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