#113739

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

Shades of Nordic #113739

Tints of Nordic #113739

Color information

#113739 (or 0x113739) is unknown color: approx Nordic. HEX triplet: 11, 37 and 39. RGB value is (17,55,57). Sum of RGB (Red+Green+Blue) = 17+55+57=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 57 - color contains mainly: blue. Hex color #113739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113739 is #EEC8C6. Grayscale: #2B2B2B. Windows color (decimal): -15648967 or 3749649. OLE color: 3749649.

HSL color Cylindrical-coordinate representation of color #113739: hue angle of 183º 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 #113739 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB175557-
CMYK0.700.0400.78
HSL183º54.05%14.51%-
HSV(B)183º70.18%22.35%-
XYZ2.343.154.36-
YUV43.87135.41108.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 57 (22.66% from 255) = 44.19%
R=13.18%
G=42.64%
B=44.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1755570.700.0400.7818354.0514.51
Hex11373946404Eb736f
Octal216771106401162676617
Binary10001110111111001100011010001001110101101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113739; }

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

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

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

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

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

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

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

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