#13338E

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

Shades of Smalt #13338E

Tints of Smalt #13338E

Color information

#13338E (or 0x13338E) is unknown color: approx Smalt. HEX triplet: 13, 33 and 8E. RGB value is (19,51,142). Sum of RGB (Red+Green+Blue) = 19+51+142=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #13338E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13338E is #ECCC71. Grayscale: #333333. Windows color (decimal): -15518834 or 9319187. OLE color: 9319187.

HSL color Cylindrical-coordinate representation of color #13338E: hue angle of 224.39º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13338E is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1951142-
CMYK0.870.6400.44
HSL224.39º76.4%31.57%-
HSV(B)224.39º86.62%55.69%-
XYZ6.334.4626.12-
YUV51.81178.9104.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 142 (55.86% from 255) = 66.98%
R=8.96%
G=24.06%
B=66.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19511420.870.6400.44224.3976.431.57
Hex13338E574002Ce04c20
Octal236321612710005434011440
Binary1001111001110001110101011110000000101100111000001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,51,142); }

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

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

 a { background-color: rgb(19,51,142); }

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

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

 span { border-color: rgb(19,51,142); }

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