#1A3739

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

Shades of Nordic #1A3739

Tints of Nordic #1A3739

Color information

#1A3739 (or 0x1A3739) is unknown color: approx Nordic. HEX triplet: 1A, 37 and 39. RGB value is (26,55,57). Sum of RGB (Red+Green+Blue) = 26+55+57=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #1A3739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3739 is #E5C8C6. Grayscale: #2E2E2E. Windows color (decimal): -15059143 or 3749658. OLE color: 3749658.

HSL color Cylindrical-coordinate representation of color #1A3739: hue angle of 183.87º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A3739 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB265557-
CMYK0.540.0400.78
HSL183.87º37.35%16.27%-
HSV(B)183.87º54.39%22.35%-
XYZ2.533.254.36-
YUV46.56133.89113.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.84%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=18.84%
G=39.86%
B=41.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2655570.540.0400.78183.8737.3516.27
Hex1A373936404Eb82510
Octal32677166401162704520
Binary11010110111111001110110100010011101011100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A3739; }

 p { color: rgb(26,55,57); }

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

<style>
 a { background-color: #1A3739; }

 a { background-color: rgb(26,55,57); }

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

<style>
 span { border-color: #1A3739; }

 span { border-color: rgb(26,55,57); }

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