Html Css Color HEX #143037 Nordic

📋 copy color: '#143037'

red 20 ◦ green 48 ◦ blue 55

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

Shades of Nordic #143037

Tints of Nordic #143037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.02%

 BLUE value IS 55 (21.88% from 255) = 44.72%

R = 16.26%
G = 39.02%
B = 44.72%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#143037 (or 0x143037) is known color: Nordic. HEX triplet: 14, 30 and 37. RGB value is (20,48,55). Sum of RGB (Red+Green+Blue) = 20+48+55=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #143037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143037 is #EBCFC8. Grayscale: #282828. Windows color (decimal): -15454153 or 3616788. OLE color: 3616788.

HSL color Cylindrical-coordinate representation of color #143037: hue angle of 192º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143037 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 48 55 -
CMYK 0.64 0.13 0 0.78
HSL 192º 0.47% 0.15% -
HSV(B) 192º 0.64% 0.22% -
XYZ 2.04 2.54 4 -
YUV 40.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 20 48 55 0.64 0.13 0 0.78 192 0.47 0.15
Hex 14 30 37 40 D 0 4E C0 2F F
Octal 24 60 67 100 15 0 116 300 57 17
Binary 10100 110000 110111 1000000 1101 0 1001110 11000000 101111 1111

Color Harmonies of #143037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143037

Black with #143037

Text Example


Text Example

White with #143037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143037; }

 p { color: rgb(20,48,55); }

 H1.HeaderClassName
 {
   color: #143037;
 }
 .AnyTagClassName
 {
   color: #143037;
 }
</style>

background-color css

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

 a { background-color: rgb(20,48,55); }

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

border-color css

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

 span { border-color: rgb(20,48,55); }

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