#13318C

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

Shades of Smalt #13318C

Tints of Smalt #13318C

Color information

#13318C (or 0x13318C) is unknown color: approx Smalt. HEX triplet: 13, 31 and 8C. RGB value is (19,49,140). Sum of RGB (Red+Green+Blue) = 19+49+140=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #13318C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13318C is #ECCE73. Grayscale: #323232. Windows color (decimal): -15519348 or 9187603. OLE color: 9187603.

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

Color convert

RGB1949140-
CMYK0.860.6500.45
HSL225.12º76.1%31.18%-
HSV(B)225.12º86.43%54.9%-
XYZ6.14.2325.31-
YUV50.4178.56105.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 140 (55.08% from 255) = 67.31%
R=9.13%
G=23.56%
B=67.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19491400.860.6500.45225.1276.131.18
Hex13318C564102De14c1f
Octal236121412610105534111437
Binary100111100011000110010101101000001010110111100001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13318C; }

 p { color: rgb(19,49,140); }

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

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

 a { background-color: rgb(19,49,140); }

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

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

 span { border-color: rgb(19,49,140); }

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