#113945

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

Shades of Nordic #113945

Tints of Nordic #113945

Color information

#113945 (or 0x113945) is unknown color: approx Nordic. HEX triplet: 11, 39 and 45. RGB value is (17,57,69). Sum of RGB (Red+Green+Blue) = 17+57+69=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #113945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113945 is #EEC6BA. Grayscale: #2E2E2E. Windows color (decimal): -15648443 or 4536593. OLE color: 4536593.

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

Color convert

RGB175769-
CMYK0.750.1700.73
HSL193.85º60.47%16.86%-
HSV(B)193.85º75.36%27.06%-
XYZ2.773.486.16-
YUV46.41140.75107.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 69 (27.34% from 255) = 48.25%
R=11.89%
G=39.86%
B=48.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1757690.750.1700.73193.8560.4716.86
Hex1139454B11049c23c11
Octal21711051132101113027421
Binary100011110011000101100101110001010010011100001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113945; }

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

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

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

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

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

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

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

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