#113A42

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

Shades of Nordic #113A42

Tints of Nordic #113A42

Color information

#113A42 (or 0x113A42) is unknown color: approx Nordic. HEX triplet: 11, 3A and 42. RGB value is (17,58,66). Sum of RGB (Red+Green+Blue) = 17+58+66=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #113A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A42 is #EEC5BD. Grayscale: #2E2E2E. Windows color (decimal): -15648190 or 4340241. OLE color: 4340241.

HSL color Cylindrical-coordinate representation of color #113A42: hue angle of 189.8º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #113A42 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB175866-
CMYK0.740.1200.74
HSL189.8º59.04%16.27%-
HSV(B)189.8º74.24%25.88%-
XYZ2.733.545.69-
YUV46.65138.92106.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 58 (23.05% from 255) = 41.13%
BLUE value IS 66 (26.17% from 255) = 46.81%
R=12.06%
G=41.13%
B=46.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1758660.740.1200.74189.859.0416.27
Hex113A424AC04Abe3b10
Octal21721021121401122767320
Binary10001111010100001010010101100010010101011111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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