#113A45

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

Shades of Nordic #113A45

Tints of Nordic #113A45

Color information

#113A45 (or 0x113A45) is unknown color: approx Nordic. HEX triplet: 11, 3A and 45. RGB value is (17,58,69). Sum of RGB (Red+Green+Blue) = 17+58+69=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #113A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A45 is #EEC5BA. Grayscale: #2E2E2E. Windows color (decimal): -15648187 or 4536849. OLE color: 4536849.

HSL color Cylindrical-coordinate representation of color #113A45: hue angle of 192.69º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #113A45 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB175869-
CMYK0.750.1600.73
HSL192.69º60.47%16.86%-
HSV(B)192.69º75.36%27.06%-
XYZ2.823.576.17-
YUV47140.42106.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 69 (27.34% from 255) = 47.92%
R=11.81%
G=40.28%
B=47.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1758690.750.1600.73192.6960.4716.86
Hex113A454B10049c13c11
Octal21721051132001113017421
Binary100011110101000101100101110000010010011100000111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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