Html Css Color HEX #143B41 Nordic

📋 copy color: '#143B41'

red 20 ◦ green 59 ◦ blue 65

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

Shades of Nordic #143B41

Tints of Nordic #143B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.97%

 BLUE value IS 65 (25.78% from 255) = 45.14%

R = 13.89%
G = 40.97%
B = 45.14%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143B41 (or 0x143B41) is known color: Nordic. HEX triplet: 14, 3B and 41. RGB value is (20,59,65). Sum of RGB (Red+Green+Blue) = 20+59+65=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #143B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B41 is #EBC4BE. Grayscale: #2F2F2F. Windows color (decimal): -15451327 or 4274964. OLE color: 4274964.

HSL color Cylindrical-coordinate representation of color #143B41: hue angle of 188º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143B41 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 59 65 -
CMYK 0.69 0.09 0 0.75
HSL 188º 0.53% 0.17% -
HSV(B) 188º 0.69% 0.25% -
XYZ 2.81 3.66 5.56 -
YUV 48.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 20 59 65 0.69 0.09 0 0.75 188 0.53 0.17
Hex 14 3B 41 45 9 0 4B BC 35 11
Octal 24 73 101 105 11 0 113 274 65 21
Binary 10100 111011 1000001 1000101 1001 0 1001011 10111100 110101 10001

Color Harmonies of #143B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B41

Black with #143B41

Text Example


Text Example

White with #143B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,59,65); }

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

background-color css

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

 a { background-color: rgb(20,59,65); }

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

border-color css

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

 span { border-color: rgb(20,59,65); }

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