#143B3D

Color #143B3D Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #143B3D

Tints of Nordic #143B3D

Color information

#143B3D (or 0x143B3D) is unknown color: approx 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

RGB205961-
CMYK0.670.0300.76
HSL182.93º50.62%15.88%-
HSV(B)182.93º67.21%23.92%-
XYZ2.693.614.97-
YUV47.57135.58108.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2059610.670.0300.76182.9350.6215.88
Hex143B3D43304Cb73310
Octal247375103301142676320
Binary10100111011111101100001111010011001011011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>