Html Css Color HEX #143536 Nordic

📋 copy color: '#143536'

red 20 ◦ green 53 ◦ blue 54

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

Shades of Nordic #143536

Tints of Nordic #143536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.73%

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

R = 15.75%
G = 41.73%
B = 42.52%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#143536 (or 0x143536) is known color: Nordic. HEX triplet: 14, 35 and 36. RGB value is (20,53,54). Sum of RGB (Red+Green+Blue) = 20+53+54=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #143536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143536 is #EBCAC9. Grayscale: #2B2B2B. Windows color (decimal): -15452874 or 3552532. OLE color: 3552532.

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

Color convert

RGB 20 53 54 -
CMYK 0.63 0.02 0 0.79
HSL 181.76º 0.46% 0.15% -
HSV(B) 181.76º 0.63% 0.21% -
XYZ 2.23 2.96 3.94 -
YUV 43.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 20 53 54 0.63 0.02 0 0.79 181.76 0.46 0.15
Hex 14 35 36 3F 2 0 4F B6 2E F
Octal 24 65 66 77 2 0 117 266 56 17
Binary 10100 110101 110110 111111 10 0 1001111 10110110 101110 1111

Color Harmonies of #143536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143536

Black with #143536

Text Example


Text Example

White with #143536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143536; }

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

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

background-color css

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

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

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

border-color css

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

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

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