#1A3538

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

Shades of Nordic #1A3538

Tints of Nordic #1A3538

Color information

#1A3538 (or 0x1A3538) is unknown color: approx Nordic. HEX triplet: 1A, 35 and 38. RGB value is (26,53,56). Sum of RGB (Red+Green+Blue) = 26+53+56=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #1A3538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3538 is #E5CAC7. Grayscale: #2D2D2D. Windows color (decimal): -15059656 or 3683610. OLE color: 3683610.

HSL color Cylindrical-coordinate representation of color #1A3538: hue angle of 186º 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 #1A3538 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB265356-
CMYK0.540.0500.78
HSL186º36.59%16.08%-
HSV(B)186º53.57%21.96%-
XYZ2.413.054.2-
YUV45.27134.05114.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.26%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 56 (22.27% from 255) = 41.48%
R=19.26%
G=39.26%
B=41.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2653560.540.0500.7818636.5916.08
Hex1A353836504Eba2510
Octal32657066501162724520
Binary11010110101111000110110101010011101011101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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