#113D48

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

Shades of Nordic #113D48

Tints of Nordic #113D48

Color information

#113D48 (or 0x113D48) is unknown color: approx Nordic. HEX triplet: 11, 3D and 48. RGB value is (17,61,72). Sum of RGB (Red+Green+Blue) = 17+61+72=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #113D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D48 is #EEC2B7. Grayscale: #313131. Windows color (decimal): -15647416 or 4734225. OLE color: 4734225.

HSL color Cylindrical-coordinate representation of color #113D48: hue angle of 192º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113D48 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB176172-
CMYK0.760.1500.72
HSL192º61.8%17.45%-
HSV(B)192º76.39%28.24%-
XYZ3.073.926.73-
YUV49.1140.92105.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 61 (24.22% from 255) = 40.67%
BLUE value IS 72 (28.52% from 255) = 48%
R=11.33%
G=40.67%
B=48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1761720.760.1500.7219261.817.45
Hex113D484CF048c03e11
Octal21751101141701103007621
Binary10001111101100100010011001111010010001100000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,61,72); }

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

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

 a { background-color: rgb(17,61,72); }

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

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

 span { border-color: rgb(17,61,72); }

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