#1A393F

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

Shades of Nordic #1A393F

Tints of Nordic #1A393F

Color information

#1A393F (or 0x1A393F) is unknown color: approx Nordic. HEX triplet: 1A, 39 and 3F. RGB value is (26,57,63). Sum of RGB (Red+Green+Blue) = 26+57+63=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #1A393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A393F is #E5C6C0. Grayscale: #303030. Windows color (decimal): -15058625 or 4143386. OLE color: 4143386.

HSL color Cylindrical-coordinate representation of color #1A393F: hue angle of 189.73º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A393F is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB265763-
CMYK0.590.1000.75
HSL189.73º41.57%17.45%-
HSV(B)189.73º58.73%24.71%-
XYZ2.793.55.23-
YUV48.42136.23112.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.81%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 63 (25% from 255) = 43.15%
R=17.81%
G=39.04%
B=43.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2657630.590.1000.75189.7341.5717.45
Hex1A393F3BA04Bbe2a11
Octal327177731201132765221
Binary110101110011111111110111010010010111011111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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