Html Css Color HEX #143138 Nordic

📋 copy color: '#143138'

red 20 ◦ green 49 ◦ blue 56

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

Shades of Nordic #143138

Tints of Nordic #143138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 44.8%

R = 16%
G = 39.2%
B = 44.8%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#143138 (or 0x143138) is known color: Nordic. HEX triplet: 14, 31 and 38. RGB value is (20,49,56). Sum of RGB (Red+Green+Blue) = 20+49+56=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #143138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143138 is #EBCEC7. Grayscale: #292929. Windows color (decimal): -15453896 or 3682580. OLE color: 3682580.

HSL color Cylindrical-coordinate representation of color #143138: hue angle of 191.67º 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 #143138 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 49 56 -
CMYK 0.64 0.12 0 0.78
HSL 191.67º 0.47% 0.15% -
HSV(B) 191.67º 0.64% 0.22% -
XYZ 2.1 2.63 4.14 -
YUV 41.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 20 49 56 0.64 0.12 0 0.78 191.67 0.47 0.15
Hex 14 31 38 40 C 0 4E C0 2F F
Octal 24 61 70 100 14 0 116 300 57 17
Binary 10100 110001 111000 1000000 1100 0 1001110 11000000 101111 1111

Color Harmonies of #143138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143138

Black with #143138

Text Example


Text Example

White with #143138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143138; }

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

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

background-color css

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

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

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

border-color css

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

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

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