Html Css Color HEX #143A3F Nordic

📋 copy color: '#143A3F'

red 20 ◦ green 58 ◦ blue 63

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

Shades of Nordic #143A3F

Tints of Nordic #143A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 44.68%

R = 14.18%
G = 41.13%
B = 44.68%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143A3F (or 0x143A3F) is known color: Nordic. HEX triplet: 14, 3A and 3F. RGB value is (20,58,63). Sum of RGB (Red+Green+Blue) = 20+58+63=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #143A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A3F is #EBC5C0. Grayscale: #2F2F2F. Windows color (decimal): -15451585 or 4143636. OLE color: 4143636.

HSL color Cylindrical-coordinate representation of color #143A3F: hue angle of 186.98º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143A3F is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 58 63 -
CMYK 0.68 0.08 0 0.75
HSL 186.98º 0.52% 0.16% -
HSV(B) 186.98º 0.68% 0.25% -
XYZ 2.7 3.53 5.24 -
YUV 47.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 20 58 63 0.68 0.08 0 0.75 186.98 0.52 0.16
Hex 14 3A 3F 44 8 0 4B BB 34 10
Octal 24 72 77 104 10 0 113 273 64 20
Binary 10100 111010 111111 1000100 1000 0 1001011 10111011 110100 10000

Color Harmonies of #143A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A3F

Black with #143A3F

Text Example


Text Example

White with #143A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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