#113036

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

Shades of Nordic #113036

Tints of Nordic #113036

Color information

#113036 (or 0x113036) is unknown color: approx Nordic. HEX triplet: 11, 30 and 36. RGB value is (17,48,54). Sum of RGB (Red+Green+Blue) = 17+48+54=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 54 - color contains mainly: blue. Hex color #113036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113036 is #EECFC9. Grayscale: #272727. Windows color (decimal): -15650762 or 3551249. OLE color: 3551249.

HSL color Cylindrical-coordinate representation of color #113036: hue angle of 189.73º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113036 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB174854-
CMYK0.690.1100.79
HSL189.73º52.11%13.92%-
HSV(B)189.73º68.52%21.18%-
XYZ1.952.53.87-
YUV39.42136.23112.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 54 (21.48% from 255) = 45.38%
R=14.29%
G=40.34%
B=45.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1748540.690.1100.79189.7352.1113.92
Hex11303645B04Fbe34e
Octal2160661051301172766416
Binary100011100001101101000101101101001111101111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113036; }

 p { color: rgb(17,48,54); }

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

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

 a { background-color: rgb(17,48,54); }

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

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

 span { border-color: rgb(17,48,54); }

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