#11393C

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

Shades of Nordic #11393C

Tints of Nordic #11393C

Color information

#11393C (or 0x11393C) is unknown color: approx Nordic. HEX triplet: 11, 39 and 3C. RGB value is (17,57,60). Sum of RGB (Red+Green+Blue) = 17+57+60=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 60 - color contains mainly: blue. Hex color #11393C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11393C is #EEC6C3. Grayscale: #2D2D2D. Windows color (decimal): -15648452 or 3946769. OLE color: 3946769.

HSL color Cylindrical-coordinate representation of color #11393C: hue angle of 184.19º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11393C is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB175760-
CMYK0.720.0500.76
HSL184.19º55.84%15.1%-
HSV(B)184.19º71.67%23.53%-
XYZ2.513.374.79-
YUV45.38136.25107.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 60 (23.83% from 255) = 44.78%
R=12.69%
G=42.54%
B=44.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1757600.720.0500.76184.1955.8415.1
Hex11393C48504Cb838f
Octal217174110501142707017
Binary10001111001111100100100010101001100101110001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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