#11393A

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

Shades of Nordic #11393A

Tints of Nordic #11393A

Color information

#11393A (or 0x11393A) is unknown color: approx Nordic. HEX triplet: 11, 39 and 3A. RGB value is (17,57,58). Sum of RGB (Red+Green+Blue) = 17+57+58=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #11393A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11393A is #EEC6C5. Grayscale: #2D2D2D. Windows color (decimal): -15648454 or 3815697. OLE color: 3815697.

HSL color Cylindrical-coordinate representation of color #11393A: hue angle of 181.46º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11393A is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB175758-
CMYK0.710.0200.77
HSL181.46º54.67%14.71%-
HSV(B)181.46º70.69%22.75%-
XYZ2.463.354.52-
YUV45.15135.25107.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=12.88%
G=43.18%
B=43.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1757580.710.0200.77181.4654.6714.71
Hex11393A47204Db537f
Octal217172107201152656717
Binary1000111100111101010001111001001101101101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11393A; }

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

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

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

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

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

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

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

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