Html Css Color HEX #143136 Nordic

📋 copy color: '#143136'

red 20 ◦ green 49 ◦ blue 54

#143136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #143136

Tints of Nordic #143136

RGB

 RED value IS 20 (8.2% from 255) = 16.26%

 GREEN value IS 49 (19.53% from 255) = 39.84%

 BLUE value IS 54 (21.48% from 255) = 43.9%

R = 16.26%
G = 39.84%
B = 43.9%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#143136 (or 0x143136) is known color: 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

RGB 20 49 54 -
CMYK 0.63 0.09 0 0.79
HSL 188.82º 0.46% 0.15% -
HSV(B) 188.82º 0.63% 0.21% -
XYZ 2.05 2.61 3.89 -
YUV 40.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 20 49 54 0.63 0.09 0 0.79 188.82 0.46 0.15
Hex 14 31 36 3F 9 0 4F BD 2E F
Octal 24 61 66 77 11 0 117 275 56 17
Binary 10100 110001 110110 111111 1001 0 1001111 10111101 101110 1111

Color Harmonies of #143136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143136

Black with #143136

Text Example


Text Example

White with #143136

Text Example


Text Example

HTML Codes & Css Web 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>