#113941

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

Shades of Nordic #113941

Tints of Nordic #113941

Color information

#113941 (or 0x113941) is unknown color: approx Nordic. HEX triplet: 11, 39 and 41. RGB value is (17,57,65). Sum of RGB (Red+Green+Blue) = 17+57+65=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #113941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113941 is #EEC6BE. Grayscale: #2D2D2D. Windows color (decimal): -15648447 or 4274449. OLE color: 4274449.

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

Color convert

RGB175765-
CMYK0.740.1200.75
HSL190º58.54%16.08%-
HSV(B)190º73.85%25.49%-
XYZ2.653.435.52-
YUV45.95138.75107.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 57 (22.66% from 255) = 41.01%
BLUE value IS 65 (25.78% from 255) = 46.76%
R=12.23%
G=41.01%
B=46.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1757650.740.1200.7519058.5416.08
Hex1139414AC04Bbe3b10
Octal21711011121401132767320
Binary10001111001100000110010101100010010111011111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113941; }

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

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

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

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

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

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

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

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