#11368A

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

Shades of Smalt #11368A

Tints of Smalt #11368A

Color information

#11368A (or 0x11368A) is unknown color: approx Smalt. HEX triplet: 11, 36 and 8A. RGB value is (17,54,138). Sum of RGB (Red+Green+Blue) = 17+54+138=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #11368A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11368A is #EEC975. Grayscale: #343434. Windows color (decimal): -15649142 or 9057809. OLE color: 9057809.

HSL color Cylindrical-coordinate representation of color #11368A: hue angle of 221.65º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11368A is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1754138-
CMYK0.880.6100.46
HSL221.65º78.06%30.39%-
HSV(B)221.65º87.68%54.12%-
XYZ6.144.5924.61-
YUV52.51176.24102.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 54 (21.48% from 255) = 25.84%
BLUE value IS 138 (54.30% from 255) = 66.03%
R=8.13%
G=25.84%
B=66.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17541380.880.6100.46221.6578.0630.39
Hex11368A583D02Ede4e1e
Octal21662121307505633611636
Binary10001110110100010101011000111101010111011011110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,54,138); }

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

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

 a { background-color: rgb(17,54,138); }

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

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

 span { border-color: rgb(17,54,138); }

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