#143B42

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

Shades of Nordic #143B42

Tints of Nordic #143B42

Color information

#143B42 (or 0x143B42) is unknown color: approx Nordic. HEX triplet: 14, 3B and 42. RGB value is (20,59,66). Sum of RGB (Red+Green+Blue) = 20+59+66=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #143B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B42 is #EBC4BD. Grayscale: #303030. Windows color (decimal): -15451326 or 4340500. OLE color: 4340500.

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

Color convert

RGB205966-
CMYK0.700.1100.74
HSL189.13º53.49%16.86%-
HSV(B)189.13º69.7%25.88%-
XYZ2.843.675.71-
YUV48.14138.08107.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 59 (23.44% from 255) = 40.69%
BLUE value IS 66 (26.17% from 255) = 45.52%
R=13.79%
G=40.69%
B=45.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2059660.700.1100.74189.1353.4916.86
Hex143B4246B04Abd3511
Octal24731021061301122756521
Binary10100111011100001010001101011010010101011110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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