#113740

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

Shades of Nordic #113740

Tints of Nordic #113740

Color information

#113740 (or 0x113740) is unknown color: approx Nordic. HEX triplet: 11, 37 and 40. RGB value is (17,55,64). Sum of RGB (Red+Green+Blue) = 17+55+64=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #113740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113740 is #EEC8BF. Grayscale: #2C2C2C. Windows color (decimal): -15648960 or 4208401. OLE color: 4208401.

HSL color Cylindrical-coordinate representation of color #113740: hue angle of 191.49º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113740 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB175564-
CMYK0.730.1400.75
HSL191.49º58.02%15.88%-
HSV(B)191.49º73.44%25.1%-
XYZ2.523.225.34-
YUV44.66138.91108.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=12.5%
G=40.44%
B=47.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1755640.730.1400.75191.4958.0215.88
Hex11374049E04Bbf3a10
Octal21671001111601132777220
Binary10001110111100000010010011110010010111011111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113740; }

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

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

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

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

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

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

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

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