#143B40

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

Shades of Nordic #143B40

Tints of Nordic #143B40

Color information

#143B40 (or 0x143B40) is unknown color: approx Nordic. HEX triplet: 14, 3B and 40. RGB value is (20,59,64). Sum of RGB (Red+Green+Blue) = 20+59+64=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #143B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B40 is #EBC4BF. Grayscale: #2F2F2F. Windows color (decimal): -15451328 or 4209428. OLE color: 4209428.

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

Color convert

RGB205964-
CMYK0.690.0800.75
HSL186.82º52.38%16.47%-
HSV(B)186.82º68.75%25.1%-
XYZ2.783.655.41-
YUV47.91137.08108.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 59 (23.44% from 255) = 41.26%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=13.99%
G=41.26%
B=44.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2059640.690.0800.75186.8252.3816.47
Hex143B4045804Bbb3410
Octal24731001051001132736420
Binary10100111011100000010001011000010010111011101111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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