#11388E

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

Shades of Smalt #11388E

Tints of Smalt #11388E

Color information

#11388E (or 0x11388E) is unknown color: approx Smalt. HEX triplet: 11, 38 and 8E. RGB value is (17,56,142). Sum of RGB (Red+Green+Blue) = 17+56+142=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 142 (55.86% from 255 or 66.05% from 215); Max value from RGB is 142 - color contains mainly: blue. Hex color #11388E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11388E is #EEC771. Grayscale: #353535. Windows color (decimal): -15648626 or 9320465. OLE color: 9320465.

HSL color Cylindrical-coordinate representation of color #11388E: hue angle of 221.28º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11388E is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1756142-
CMYK0.880.6100.44
HSL221.28º78.62%31.18%-
HSV(B)221.28º88.03%55.69%-
XYZ6.534.926.19-
YUV54.14177.58101.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 142 (55.86% from 255) = 66.05%
R=7.91%
G=26.05%
B=66.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17561420.880.6100.44221.2878.6231.18
Hex11388E583D02Cdd4f1f
Octal21702161307505433511737
Binary10001111000100011101011000111101010110011011101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11388E; }

 p { color: rgb(17,56,142); }

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

<style>
 a { background-color: #11388E; }

 a { background-color: rgb(17,56,142); }

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

<style>
 span { border-color: #11388E; }

 span { border-color: rgb(17,56,142); }

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