#11353A

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

Shades of Nordic #11353A

Tints of Nordic #11353A

Color information

#11353A (or 0x11353A) is unknown color: approx Nordic. HEX triplet: 11, 35 and 3A. RGB value is (17,53,58). Sum of RGB (Red+Green+Blue) = 17+53+58=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 58 - color contains mainly: blue. Hex color #11353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11353A is #EECAC5. Grayscale: #2A2A2A. Windows color (decimal): -15649478 or 3814673. OLE color: 3814673.

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

Color convert

RGB175358-
CMYK0.710.0900.77
HSL187.32º54.67%14.71%-
HSV(B)187.32º70.69%22.75%-
XYZ2.272.974.46-
YUV42.81136.57109.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 58 (23.05% from 255) = 45.31%
R=13.28%
G=41.41%
B=45.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1753580.710.0900.77187.3254.6714.71
Hex11353A47904Dbb37f
Octal2165721071101152736717
Binary100011101011110101000111100101001101101110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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