#1A3841

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

Shades of Nordic #1A3841

Tints of Nordic #1A3841

Color information

#1A3841 (or 0x1A3841) is unknown color: approx Nordic. HEX triplet: 1A, 38 and 41. RGB value is (26,56,65). Sum of RGB (Red+Green+Blue) = 26+56+65=147 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.69% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #1A3841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3841 is #E5C7BE. Grayscale: #2F2F2F. Windows color (decimal): -15058879 or 4274202. OLE color: 4274202.

HSL color Cylindrical-coordinate representation of color #1A3841: hue angle of 193.85º 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 #1A3841 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB265665-
CMYK0.600.1400.75
HSL193.85º42.86%17.84%-
HSV(B)193.85º60%25.49%-
XYZ2.793.435.52-
YUV48.06137.56112.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.69%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=17.69%
G=38.10%
B=44.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2656650.600.1400.75193.8542.8617.84
Hex1A38413CE04Bc22b12
Octal3270101741601133025322
Binary1101011100010000011111001110010010111100001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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