#113139

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

Shades of Nordic #113139

Tints of Nordic #113139

Color information

#113139 (or 0x113139) is unknown color: approx Nordic. HEX triplet: 11, 31 and 39. RGB value is (17,49,57). Sum of RGB (Red+Green+Blue) = 17+49+57=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #113139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113139 is #EECEC6. Grayscale: #282828. Windows color (decimal): -15650503 or 3748113. OLE color: 3748113.

HSL color Cylindrical-coordinate representation of color #113139: hue angle of 192º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113139 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB174957-
CMYK0.700.1400.78
HSL192º54.05%14.51%-
HSV(B)192º70.18%22.35%-
XYZ2.072.614.27-
YUV40.34137.4111.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 57 (22.66% from 255) = 46.34%
R=13.82%
G=39.84%
B=46.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1749570.700.1400.7819254.0514.51
Hex11313946E04Ec036f
Octal2161711061601163006617
Binary100011100011110011000110111001001110110000001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113139; }

 p { color: rgb(17,49,57); }

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

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

 a { background-color: rgb(17,49,57); }

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

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

 span { border-color: rgb(17,49,57); }

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