#11288c

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

Shades of Smalt #11288C

Tints of Smalt #11288C

Color information

#11288C (or 0x11288C) is unknown color: approx Smalt. HEX triplet: 11, 28 and 8C. RGB value is (17,40,140). Sum of RGB (Red+Green+Blue) = 17+40+140=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #11288C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11288C is #EED773. Grayscale: #2C2C2C. Windows color (decimal): -15652724 or 9185297. OLE color: 9185297.

HSL color Cylindrical-coordinate representation of color #11288C: hue angle of 228.78º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11288C is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1740140-
CMYK0.880.7100.45
HSL228.78º78.34%30.78%-
HSV(B)228.78º87.86%54.9%-
XYZ5.723.5325.19-
YUV44.52181.88108.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 140 (55.08% from 255) = 71.07%
R=8.63%
G=20.30%
B=71.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17401400.880.7100.45228.7878.3430.78
Hex11288C584702De54e1f
Octal215021413010705534511637
Binary100011010001000110010110001000111010110111100101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11288c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11288c; }

 p { color: rgb(17,40,140); }

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

<style>
 a { background-color: #11288c; }

 a { background-color: rgb(17,40,140); }

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

<style>
 span { border-color: #11288c; }

 span { border-color: rgb(17,40,140); }

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