#143D48

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

Shades of Nordic #143D48

Tints of Nordic #143D48

Color information

#143D48 (or 0x143D48) is unknown color: approx Nordic. HEX triplet: 14, 3D and 48. RGB value is (20,61,72). Sum of RGB (Red+Green+Blue) = 20+61+72=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #143D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D48 is #EBC2B7. Grayscale: #313131. Windows color (decimal): -15450808 or 4734228. OLE color: 4734228.

HSL color Cylindrical-coordinate representation of color #143D48: hue angle of 192.69º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #143D48 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB206172-
CMYK0.720.1500.72
HSL192.69º56.52%18.04%-
HSV(B)192.69º72.22%28.24%-
XYZ3.133.956.73-
YUV49.99140.42106.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 61 (24.22% from 255) = 39.87%
BLUE value IS 72 (28.52% from 255) = 47.06%
R=13.07%
G=39.87%
B=47.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2061720.720.1500.72192.6956.5218.04
Hex143D4848F048c13912
Octal24751101101701103017122
Binary10100111101100100010010001111010010001100000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,61,72); }

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

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

 a { background-color: rgb(20,61,72); }

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

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

 span { border-color: rgb(20,61,72); }

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