#143C40

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

Shades of Nordic #143C40

Tints of Nordic #143C40

Color information

#143C40 (or 0x143C40) is unknown color: approx Nordic. HEX triplet: 14, 3C and 40. RGB value is (20,60,64). Sum of RGB (Red+Green+Blue) = 20+60+64=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #143C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C40 is #EBC3BF. Grayscale: #303030. Windows color (decimal): -15451072 or 4209684. OLE color: 4209684.

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

Color convert

RGB206064-
CMYK0.690.0600.75
HSL185.45º52.38%16.47%-
HSV(B)185.45º68.75%25.1%-
XYZ2.833.755.43-
YUV48.5136.75107.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 60 (23.83% from 255) = 41.67%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=13.89%
G=41.67%
B=44.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2060640.690.0600.75185.4552.3816.47
Hex143C4045604Bb93410
Octal2474100105601132716420
Binary1010011110010000001000101110010010111011100111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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