#143B44

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

Shades of Nordic #143B44

Tints of Nordic #143B44

Color information

#143B44 (or 0x143B44) is unknown color: approx Nordic. HEX triplet: 14, 3B and 44. RGB value is (20,59,68). Sum of RGB (Red+Green+Blue) = 20+59+68=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #143B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B44 is #EBC4BB. Grayscale: #303030. Windows color (decimal): -15451324 or 4471572. OLE color: 4471572.

HSL color Cylindrical-coordinate representation of color #143B44: hue angle of 191.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #143B44 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB205968-
CMYK0.710.1300.73
HSL191.25º54.55%17.25%-
HSV(B)191.25º70.59%26.67%-
XYZ2.93.696.03-
YUV48.36139.08107.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 68 (26.95% from 255) = 46.26%
R=13.61%
G=40.14%
B=46.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2059680.710.1300.73191.2554.5517.25
Hex143B4447D049bf3711
Octal24731041071501112776721
Binary10100111011100010010001111101010010011011111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #143B44;
 }
 .AnyTagClassName
 {
   color: #143B44;
 }
</style>
background-color css

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

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

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

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

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

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