#1A343A

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

Shades of Nordic #1A343A

Tints of Nordic #1A343A

Color information

#1A343A (or 0x1A343A) is unknown color: approx Nordic. HEX triplet: 1A, 34 and 3A. RGB value is (26,52,58). Sum of RGB (Red+Green+Blue) = 26+52+58=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A343A is #E5CBC5. Grayscale: #2C2C2C. Windows color (decimal): -15059910 or 3814426. OLE color: 3814426.

HSL color Cylindrical-coordinate representation of color #1A343A: hue angle of 191.25º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A343A is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB265258-
CMYK0.550.1000.77
HSL191.25º38.1%16.47%-
HSV(B)191.25º55.17%22.75%-
XYZ2.422.984.45-
YUV44.91135.39114.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.12%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 58 (23.05% from 255) = 42.65%
R=19.12%
G=38.24%
B=42.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2652580.550.1000.77191.2538.116.47
Hex1A343A37A04Dbf2610
Octal326472671201152774620
Binary110101101001110101101111010010011011011111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,52,58); }

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

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

 a { background-color: rgb(26,52,58); }

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

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

 span { border-color: rgb(26,52,58); }

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