#113B45

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

Shades of Nordic #113B45

Tints of Nordic #113B45

Color information

#113B45 (or 0x113B45) is unknown color: approx Nordic. HEX triplet: 11, 3B and 45. RGB value is (17,59,69). Sum of RGB (Red+Green+Blue) = 17+59+69=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #113B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B45 is #EEC4BA. Grayscale: #2F2F2F. Windows color (decimal): -15647931 or 4537105. OLE color: 4537105.

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

Color convert

RGB175969-
CMYK0.750.1400.73
HSL191.54º60.47%16.86%-
HSV(B)191.54º75.36%27.06%-
XYZ2.873.686.19-
YUV47.58140.09106.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 59 (23.44% from 255) = 40.69%
BLUE value IS 69 (27.34% from 255) = 47.59%
R=11.72%
G=40.69%
B=47.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1759690.750.1400.73191.5460.4716.86
Hex113B454BE049c03c11
Octal21731051131601113007421
Binary10001111011100010110010111110010010011100000011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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