#143C46

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

Shades of Nordic #143C46

Tints of Nordic #143C46

Color information

#143C46 (or 0x143C46) is unknown color: approx Nordic. HEX triplet: 14, 3C and 46. RGB value is (20,60,70). Sum of RGB (Red+Green+Blue) = 20+60+70=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #143C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C46 is #EBC3B9. Grayscale: #313131. Windows color (decimal): -15451066 or 4602900. OLE color: 4602900.

HSL color Cylindrical-coordinate representation of color #143C46: hue angle of 192º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #143C46 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB206070-
CMYK0.710.1400.73
HSL192º55.56%17.65%-
HSV(B)192º71.43%27.45%-
XYZ3.013.826.37-
YUV49.18139.75107.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 60 (23.83% from 255) = 40%
BLUE value IS 70 (27.73% from 255) = 46.67%
R=13.33%
G=40%
B=46.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2060700.710.1400.7319255.5617.65
Hex143C4647E049c03812
Octal24741061071601113007022
Binary10100111100100011010001111110010010011100000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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