#143742

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

Shades of Nordic #143742

Tints of Nordic #143742

Color information

#143742 (or 0x143742) is unknown color: approx Nordic. HEX triplet: 14, 37 and 42. RGB value is (20,55,66). Sum of RGB (Red+Green+Blue) = 20+55+66=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #143742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143742 is #EBC8BD. Grayscale: #2D2D2D. Windows color (decimal): -15452350 or 4339476. OLE color: 4339476.

HSL color Cylindrical-coordinate representation of color #143742: hue angle of 194.35º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #143742 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB205566-
CMYK0.700.1700.74
HSL194.35º53.49%16.86%-
HSV(B)194.35º69.7%25.88%-
XYZ2.643.275.65-
YUV45.79139.4109.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 55 (21.88% from 255) = 39.01%
BLUE value IS 66 (26.17% from 255) = 46.81%
R=14.18%
G=39.01%
B=46.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2055660.700.1700.74194.3553.4916.86
Hex143742461104Ac23511
Octal24671021062101123026521
Binary101001101111000010100011010001010010101100001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143742; }

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

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

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

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

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

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

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

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