#143136

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

Shades of Nordic #143136

Tints of Nordic #143136

Color information

#143136 (or 0x143136) is unknown color: approx Nordic. HEX triplet: 14, 31 and 36. RGB value is (20,49,54). Sum of RGB (Red+Green+Blue) = 20+49+54=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #143136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143136 is #EBCEC9. Grayscale: #282828. Windows color (decimal): -15453898 or 3551508. OLE color: 3551508.

HSL color Cylindrical-coordinate representation of color #143136: hue angle of 188.82º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #143136 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB204954-
CMYK0.630.0900.79
HSL188.82º45.95%14.51%-
HSV(B)188.82º62.96%21.18%-
XYZ2.052.613.89-
YUV40.9135.39113.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 54 (21.48% from 255) = 43.90%
R=16.26%
G=39.84%
B=43.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2049540.630.0900.79188.8245.9514.51
Hex1431363F904Fbd2ef
Octal246166771101172755617
Binary10100110001110110111111100101001111101111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143136; }

 p { color: rgb(20,49,54); }

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

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

 a { background-color: rgb(20,49,54); }

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

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

 span { border-color: rgb(20,49,54); }

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