#113A40

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

Shades of Nordic #113A40

Tints of Nordic #113A40

Color information

#113A40 (or 0x113A40) is unknown color: approx Nordic. HEX triplet: 11, 3A and 40. RGB value is (17,58,64). Sum of RGB (Red+Green+Blue) = 17+58+64=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #113A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A40 is #EEC5BF. Grayscale: #2E2E2E. Windows color (decimal): -15648192 or 4209169. OLE color: 4209169.

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

Color convert

RGB175864-
CMYK0.730.0900.75
HSL187.66º58.02%15.88%-
HSV(B)187.66º73.44%25.1%-
XYZ2.673.525.39-
YUV46.42137.92107.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 58 (23.05% from 255) = 41.73%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=12.23%
G=41.73%
B=46.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1758640.730.0900.75187.6658.0215.88
Hex113A4049904Bbc3a10
Octal21721001111101132747220
Binary10001111010100000010010011001010010111011110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113A40; }

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

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

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

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

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

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

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

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