Html Css Color HEX #143A39 Nordic

📋 copy color: '#143A39'

red 20 ◦ green 58 ◦ blue 57

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

Shades of Nordic #143A39

Tints of Nordic #143A39

RGB

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

 GREEN value IS 58 (23.05% from 255) = 42.96%

 BLUE value IS 57 (22.66% from 255) = 42.22%

R = 14.81%
G = 42.96%
B = 42.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#143A39 (or 0x143A39) is known color: Nordic. HEX triplet: 14, 3A and 39. RGB value is (20,58,57). Sum of RGB (Red+Green+Blue) = 20+58+57=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 58 - color contains mainly: green. Hex color #143A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A39 is #EBC5C6. Grayscale: #2E2E2E. Windows color (decimal): -15451591 or 3750420. OLE color: 3750420.

HSL color Cylindrical-coordinate representation of color #143A39: hue angle of 178.42º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143A39 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 58 57 -
CMYK 0.66 0 0.02 0.77
HSL 178.42º 0.49% 0.15% -
HSV(B) 178.42º 0.66% 0.23% -
XYZ 2.54 3.47 4.41 -
YUV 46.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 20 58 57 0.66 0 0.02 0.77 178.42 0.49 0.15
Hex 14 3A 39 42 0 2 4D B2 31 F
Octal 24 72 71 102 0 2 115 262 61 17
Binary 10100 111010 111001 1000010 0 10 1001101 10110010 110001 1111

Color Harmonies of #143A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A39

Black with #143A39

Text Example


Text Example

White with #143A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143A39; }

 p { color: rgb(20,58,57); }

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

background-color css

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

 a { background-color: rgb(20,58,57); }

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

border-color css

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

 span { border-color: rgb(20,58,57); }

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