#11353F

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

Shades of Nordic #11353F

Tints of Nordic #11353F

Color information

#11353F (or 0x11353F) is unknown color: approx Nordic. HEX triplet: 11, 35 and 3F. RGB value is (17,53,63). Sum of RGB (Red+Green+Blue) = 17+53+63=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #11353F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11353F is #EECAC0. Grayscale: #2B2B2B. Windows color (decimal): -15649473 or 4142353. OLE color: 4142353.

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

Color convert

RGB175363-
CMYK0.730.1600.75
HSL193.04º57.5%15.69%-
HSV(B)193.04º73.02%24.71%-
XYZ2.43.025.16-
YUV43.38139.07109.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 63 (25% from 255) = 47.37%
R=12.78%
G=39.85%
B=47.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1753630.730.1600.75193.0457.515.69
Hex11353F491004Bc13a10
Octal2165771112001133017220
Binary10001110101111111100100110000010010111100000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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