Html Css Color HEX #143036 Nordic

📋 copy color: '#143036'

red 20 ◦ green 48 ◦ blue 54

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

Shades of Nordic #143036

Tints of Nordic #143036

RGB

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

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

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

R = 16.39%
G = 39.34%
B = 44.26%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#143036 (or 0x143036) is known color: Nordic. HEX triplet: 14, 30 and 36. RGB value is (20,48,54). Sum of RGB (Red+Green+Blue) = 20+48+54=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 54 - color contains mainly: blue. Hex color #143036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143036 is #EBCFC9. Grayscale: #282828. Windows color (decimal): -15454154 or 3551252. OLE color: 3551252.

HSL color Cylindrical-coordinate representation of color #143036: hue angle of 190.59º 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 #143036 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 48 54 -
CMYK 0.63 0.11 0 0.79
HSL 190.59º 0.46% 0.15% -
HSV(B) 190.59º 0.63% 0.21% -
XYZ 2.01 2.53 3.87 -
YUV 40.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 20 48 54 0.63 0.11 0 0.79 190.59 0.46 0.15
Hex 14 30 36 3F B 0 4F BF 2E F
Octal 24 60 66 77 13 0 117 277 56 17
Binary 10100 110000 110110 111111 1011 0 1001111 10111111 101110 1111

Color Harmonies of #143036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143036

Black with #143036

Text Example


Text Example

White with #143036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143036; }

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

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

background-color css

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

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

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

border-color css

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

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

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