Html Css Color HEX #143236 Nordic

📋 copy color: '#143236'

red 20 ◦ green 50 ◦ blue 54

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

Shades of Nordic #143236

Tints of Nordic #143236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.32%

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

R = 16.13%
G = 40.32%
B = 43.55%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#143236 (or 0x143236) is known color: Nordic. HEX triplet: 14, 32 and 36. RGB value is (20,50,54). Sum of RGB (Red+Green+Blue) = 20+50+54=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 54 - color contains mainly: blue. Hex color #143236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143236 is #EBCDC9. Grayscale: #292929. Windows color (decimal): -15453642 or 3551764. OLE color: 3551764.

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

Color convert

RGB 20 50 54 -
CMYK 0.63 0.07 0 0.79
HSL 187.06º 0.46% 0.15% -
HSV(B) 187.06º 0.63% 0.21% -
XYZ 2.09 2.7 3.9 -
YUV 41.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 20 50 54 0.63 0.07 0 0.79 187.06 0.46 0.15
Hex 14 32 36 3F 7 0 4F BB 2E F
Octal 24 62 66 77 7 0 117 273 56 17
Binary 10100 110010 110110 111111 111 0 1001111 10111011 101110 1111

Color Harmonies of #143236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143236

Black with #143236

Text Example


Text Example

White with #143236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143236; }

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

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

background-color css

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

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

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

border-color css

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

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

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