#11353B

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

Shades of Nordic #11353B

Tints of Nordic #11353B

Color information

#11353B (or 0x11353B) is unknown color: approx Nordic. HEX triplet: 11, 35 and 3B. RGB value is (17,53,59). Sum of RGB (Red+Green+Blue) = 17+53+59=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #11353B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11353B is #EECAC4. Grayscale: #2A2A2A. Windows color (decimal): -15649477 or 3880209. OLE color: 3880209.

HSL color Cylindrical-coordinate representation of color #11353B: hue angle of 188.57º 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 #11353B is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB175359-
CMYK0.710.1000.77
HSL188.57º55.26%14.9%-
HSV(B)188.57º71.19%23.14%-
XYZ2.292.984.59-
YUV42.92137.07109.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 59 (23.44% from 255) = 45.74%
R=13.18%
G=41.09%
B=45.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1753590.710.1000.77188.5755.2614.9
Hex11353B47A04Dbd37f
Octal2165731071201152756717
Binary100011101011110111000111101001001101101111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11353B; }

 p { color: rgb(17,53,59); }

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

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

 a { background-color: rgb(17,53,59); }

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

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

 span { border-color: rgb(17,53,59); }

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