Html Css Color HEX #143B3D Nordic

📋 copy color: '#143B3D'

red 20 ◦ green 59 ◦ blue 61

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

Shades of Nordic #143B3D

Tints of Nordic #143B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 43.57%

R = 14.29%
G = 42.14%
B = 43.57%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#143B3D (or 0x143B3D) is known color: Nordic. HEX triplet: 14, 3B and 3D. RGB value is (20,59,61). Sum of RGB (Red+Green+Blue) = 20+59+61=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #143B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B3D is #EBC4C2. Grayscale: #2F2F2F. Windows color (decimal): -15451331 or 4012820. OLE color: 4012820.

HSL color Cylindrical-coordinate representation of color #143B3D: hue angle of 182.93º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143B3D is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 59 61 -
CMYK 0.67 0.03 0 0.76
HSL 182.93º 0.51% 0.16% -
HSV(B) 182.93º 0.67% 0.24% -
XYZ 2.69 3.61 4.97 -
YUV 47.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 20 59 61 0.67 0.03 0 0.76 182.93 0.51 0.16
Hex 14 3B 3D 43 3 0 4C B7 33 10
Octal 24 73 75 103 3 0 114 267 63 20
Binary 10100 111011 111101 1000011 11 0 1001100 10110111 110011 10000

Color Harmonies of #143B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B3D

Black with #143B3D

Text Example


Text Example

White with #143B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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