#113940

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

Shades of Nordic #113940

Tints of Nordic #113940

Color information

#113940 (or 0x113940) is unknown color: approx Nordic. HEX triplet: 11, 39 and 40. RGB value is (17,57,64). Sum of RGB (Red+Green+Blue) = 17+57+64=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #113940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113940 is #EEC6BF. Grayscale: #2D2D2D. Windows color (decimal): -15648448 or 4208913. OLE color: 4208913.

HSL color Cylindrical-coordinate representation of color #113940: hue angle of 188.94º 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 #113940 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB175764-
CMYK0.730.1100.75
HSL188.94º58.02%15.88%-
HSV(B)188.94º73.44%25.1%-
XYZ2.623.425.37-
YUV45.84138.25107.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.32%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=12.32%
G=41.30%
B=46.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1757640.730.1100.75188.9458.0215.88
Hex11394049B04Bbd3a10
Octal21711001111301132757220
Binary10001111001100000010010011011010010111011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113940; }

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

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

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

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

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

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

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

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