#113943

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

Shades of Nordic #113943

Tints of Nordic #113943

Color information

#113943 (or 0x113943) is unknown color: approx Nordic. HEX triplet: 11, 39 and 43. RGB value is (17,57,67). Sum of RGB (Red+Green+Blue) = 17+57+67=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #113943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113943 is #EEC6BC. Grayscale: #2E2E2E. Windows color (decimal): -15648445 or 4405521. OLE color: 4405521.

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

Color convert

RGB175767-
CMYK0.750.1500.74
HSL192º59.52%16.47%-
HSV(B)192º74.63%26.27%-
XYZ2.713.455.83-
YUV46.18139.75107.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 57 (22.66% from 255) = 40.43%
BLUE value IS 67 (26.56% from 255) = 47.52%
R=12.06%
G=40.43%
B=47.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1757670.750.1500.7419259.5216.47
Hex1139434BF04Ac03c10
Octal21711031131701123007420
Binary10001111001100001110010111111010010101100000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113943; }

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

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

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

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

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

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

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

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