#1A3941

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

Shades of Nordic #1A3941

Tints of Nordic #1A3941

Color information

#1A3941 (or 0x1A3941) is unknown color: approx Nordic. HEX triplet: 1A, 39 and 41. RGB value is (26,57,65). Sum of RGB (Red+Green+Blue) = 26+57+65=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #1A3941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3941 is #E5C6BE. Grayscale: #303030. Windows color (decimal): -15058623 or 4274458. OLE color: 4274458.

HSL color Cylindrical-coordinate representation of color #1A3941: hue angle of 192.31º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1A3941 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB265765-
CMYK0.600.1200.75
HSL192.31º42.86%17.84%-
HSV(B)192.31º60%25.49%-
XYZ2.843.535.53-
YUV48.64137.23111.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.57%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=17.57%
G=38.51%
B=43.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2657650.600.1200.75192.3142.8617.84
Hex1A39413CC04Bc02b12
Octal3271101741401133005322
Binary1101011100110000011111001100010010111100000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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