#11308A

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

Shades of Smalt #11308A

Tints of Smalt #11308A

Color information

#11308A (or 0x11308A) is unknown color: approx Smalt. HEX triplet: 11, 30 and 8A. RGB value is (17,48,138). Sum of RGB (Red+Green+Blue) = 17+48+138=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #11308A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11308A is #EECF75. Grayscale: #303030. Windows color (decimal): -15650678 or 9056273. OLE color: 9056273.

HSL color Cylindrical-coordinate representation of color #11308A: hue angle of 224.63º 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 #11308A is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1748138-
CMYK0.880.6500.46
HSL224.63º78.06%30.39%-
HSV(B)224.63º87.68%54.12%-
XYZ5.884.0724.52-
YUV48.99178.23105.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 138 (54.30% from 255) = 67.98%
R=8.37%
G=23.65%
B=67.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17481380.880.6500.46224.6378.0630.39
Hex11308A584102Ee14e1e
Octal216021213010105634111636
Binary100011100001000101010110001000001010111011100001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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