#113843

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

Shades of Nordic #113843

Tints of Nordic #113843

Color information

#113843 (or 0x113843) is unknown color: approx Nordic. HEX triplet: 11, 38 and 43. RGB value is (17,56,67). Sum of RGB (Red+Green+Blue) = 17+56+67=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 67 - color contains mainly: blue. Hex color #113843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113843 is #EEC7BC. Grayscale: #2D2D2D. Windows color (decimal): -15648701 or 4405265. OLE color: 4405265.

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

Color convert

RGB175667-
CMYK0.750.1600.74
HSL193.2º59.52%16.47%-
HSV(B)193.2º74.63%26.27%-
XYZ2.663.355.82-
YUV45.59140.08107.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 67 (26.56% from 255) = 47.86%
R=12.14%
G=40%
B=47.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1756670.750.1600.74193.259.5216.47
Hex1138434B1004Ac13c10
Octal21701031132001123017420
Binary100011110001000011100101110000010010101100000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113843; }

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

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

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

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

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

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

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

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