#143843

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

Shades of Nordic #143843

Tints of Nordic #143843

Color information

#143843 (or 0x143843) is unknown color: approx Nordic. HEX triplet: 14, 38 and 43. RGB value is (20,56,67). Sum of RGB (Red+Green+Blue) = 20+56+67=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 67 (26.56% from 255 or 46.85% from 143); Max value from RGB is 67 - color contains mainly: blue. Hex color #143843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143843 is #EBC7BC. Grayscale: #2E2E2E. Windows color (decimal): -15452093 or 4405268. OLE color: 4405268.

HSL color Cylindrical-coordinate representation of color #143843: hue angle of 194.04º degrees, saturation: 0.54, 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 #143843 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB205667-
CMYK0.700.1600.74
HSL194.04º54.02%17.06%-
HSV(B)194.04º70.15%26.27%-
XYZ2.723.385.82-
YUV46.49139.57109.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 56 (22.27% from 255) = 39.16%
BLUE value IS 67 (26.56% from 255) = 46.85%
R=13.99%
G=39.16%
B=46.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2056670.700.1600.74194.0454.0217.06
Hex143843461004Ac23611
Octal24701031062001123026621
Binary101001110001000011100011010000010010101100001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143843; }

 p { color: rgb(20,56,67); }

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

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

 a { background-color: rgb(20,56,67); }

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

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

 span { border-color: rgb(20,56,67); }

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