#11393F

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

Shades of Nordic #11393F

Tints of Nordic #11393F

Color information

#11393F (or 0x11393F) is unknown color: approx Nordic. HEX triplet: 11, 39 and 3F. RGB value is (17,57,63). Sum of RGB (Red+Green+Blue) = 17+57+63=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #11393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11393F is #EEC6C0. Grayscale: #2D2D2D. Windows color (decimal): -15648449 or 4143377. OLE color: 4143377.

HSL color Cylindrical-coordinate representation of color #11393F: hue angle of 187.83º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11393F is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB175763-
CMYK0.730.1000.75
HSL187.83º57.5%15.69%-
HSV(B)187.83º73.02%24.71%-
XYZ2.593.45.22-
YUV45.72137.75107.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 63 (25% from 255) = 45.99%
R=12.41%
G=41.61%
B=45.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1757630.730.1000.75187.8357.515.69
Hex11393F49A04Bbc3a10
Octal2171771111201132747220
Binary1000111100111111110010011010010010111011110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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