#113037

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

Shades of Nordic #113037

Tints of Nordic #113037

Color information

#113037 (or 0x113037) is unknown color: approx Nordic. HEX triplet: 11, 30 and 37. RGB value is (17,48,55). Sum of RGB (Red+Green+Blue) = 17+48+55=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #113037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113037 is #EECFC8. Grayscale: #272727. Windows color (decimal): -15650761 or 3616785. OLE color: 3616785.

HSL color Cylindrical-coordinate representation of color #113037: hue angle of 191.05º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113037 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB174855-
CMYK0.690.1300.78
HSL191.05º52.78%14.12%-
HSV(B)191.05º69.09%21.57%-
XYZ1.982.513.99-
YUV39.53136.73111.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 55 (21.88% from 255) = 45.83%
R=14.17%
G=40%
B=45.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1748550.690.1300.78191.0552.7814.12
Hex11303745D04Ebf35e
Octal2160671051501162776516
Binary100011100001101111000101110101001110101111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113037; }

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

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

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

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

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

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

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

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