#113288

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

Shades of Smalt #113288

Tints of Smalt #113288

Color information

#113288 (or 0x113288) is unknown color: approx Smalt. HEX triplet: 11, 32 and 88. RGB value is (17,50,136). Sum of RGB (Red+Green+Blue) = 17+50+136=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #113288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113288 is #EECD77. Grayscale: #313131. Windows color (decimal): -15650168 or 8925713. OLE color: 8925713.

HSL color Cylindrical-coordinate representation of color #113288: hue angle of 223.36º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113288 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1750136-
CMYK0.870.6300.47
HSL223.36º77.78%30%-
HSV(B)223.36º87.5%53.33%-
XYZ5.824.1823.79-
YUV49.94176.57104.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 136 (53.52% from 255) = 67.00%
R=8.37%
G=24.63%
B=67.00%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17501360.870.6300.47223.3677.7830
Hex113288573F02Fdf4e1e
Octal21622101277705733711636
Binary10001110010100010001010111111111010111111011111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113288; }

 p { color: rgb(17,50,136); }

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

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

 a { background-color: rgb(17,50,136); }

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

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

 span { border-color: rgb(17,50,136); }

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