#113C41

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

Shades of Nordic #113C41

Tints of Nordic #113C41

Color information

#113C41 (or 0x113C41) is unknown color: approx Nordic. HEX triplet: 11, 3C and 41. RGB value is (17,60,65). Sum of RGB (Red+Green+Blue) = 17+60+65=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #113C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C41 is #EEC3BE. Grayscale: #2F2F2F. Windows color (decimal): -15647679 or 4275217. OLE color: 4275217.

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

Color convert

RGB176065-
CMYK0.740.0800.75
HSL186.25º58.54%16.08%-
HSV(B)186.25º73.85%25.49%-
XYZ2.83.735.57-
YUV47.71137.75106.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.97%
GREEN value IS 60 (23.83% from 255) = 42.25%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=11.97%
G=42.25%
B=45.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1760650.740.0800.75186.2558.5416.08
Hex113C414A804Bba3b10
Octal21741011121001132727320
Binary10001111100100000110010101000010010111011101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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