#143840

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

Shades of Nordic #143840

Tints of Nordic #143840

Color information

#143840 (or 0x143840) is unknown color: approx Nordic. HEX triplet: 14, 38 and 40. RGB value is (20,56,64). Sum of RGB (Red+Green+Blue) = 20+56+64=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #143840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143840 is #EBC7BF. Grayscale: #2E2E2E. Windows color (decimal): -15452096 or 4208660. OLE color: 4208660.

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

Color convert

RGB205664-
CMYK0.690.1300.75
HSL190.91º52.38%16.47%-
HSV(B)190.91º68.75%25.1%-
XYZ2.633.355.36-
YUV46.15138.07109.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 64 (25.39% from 255) = 45.71%
R=14.29%
G=40%
B=45.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2056640.690.1300.75190.9152.3816.47
Hex14384045D04Bbf3410
Octal24701001051501132776420
Binary10100111000100000010001011101010010111011111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143840; }

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

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

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

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

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

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

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

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