#143C44

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

Shades of Nordic #143C44

Tints of Nordic #143C44

Color information

#143C44 (or 0x143C44) is unknown color: approx Nordic. HEX triplet: 14, 3C and 44. RGB value is (20,60,68). Sum of RGB (Red+Green+Blue) = 20+60+68=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #143C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C44 is #EBC3BB. Grayscale: #303030. Windows color (decimal): -15451068 or 4471828. OLE color: 4471828.

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

Color convert

RGB206068-
CMYK0.710.1200.73
HSL190º54.55%17.25%-
HSV(B)190º70.59%26.67%-
XYZ2.953.86.05-
YUV48.95138.75107.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 60 (23.83% from 255) = 40.54%
BLUE value IS 68 (26.95% from 255) = 45.95%
R=13.51%
G=40.54%
B=45.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2060680.710.1200.7319054.5517.25
Hex143C4447C049be3711
Octal24741041071401112766721
Binary10100111100100010010001111100010010011011111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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