Html Css Color HEX #143B42 Nordic

📋 copy color: '#143B42'

red 20 ◦ green 59 ◦ blue 66

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

Shades of Nordic #143B42

Tints of Nordic #143B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 45.52%

R = 13.79%
G = 40.69%
B = 45.52%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#143B42 (or 0x143B42) is known color: Nordic. HEX triplet: 14, 3B and 42. RGB value is (20,59,66). Sum of RGB (Red+Green+Blue) = 20+59+66=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #143B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B42 is #EBC4BD. Grayscale: #303030. Windows color (decimal): -15451326 or 4340500. OLE color: 4340500.

HSL color Cylindrical-coordinate representation of color #143B42: hue angle of 189.13º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #143B42 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 59 66 -
CMYK 0.70 0.11 0 0.74
HSL 189.13º 0.53% 0.17% -
HSV(B) 189.13º 0.7% 0.26% -
XYZ 2.84 3.67 5.71 -
YUV 48.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 20 59 66 0.70 0.11 0 0.74 189.13 0.53 0.17
Hex 14 3B 42 46 B 0 4A BD 35 11
Octal 24 73 102 106 13 0 112 275 65 21
Binary 10100 111011 1000010 1000110 1011 0 1001010 10111101 110101 10001

Color Harmonies of #143B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B42

Black with #143B42

Text Example


Text Example

White with #143B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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