#13288A

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

Shades of Smalt #13288A

Tints of Smalt #13288A

Color information

#13288A (or 0x13288A) is unknown color: approx Smalt. HEX triplet: 13, 28 and 8A. RGB value is (19,40,138). Sum of RGB (Red+Green+Blue) = 19+40+138=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #13288A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13288A is #ECD775. Grayscale: #2C2C2C. Windows color (decimal): -15521654 or 9054227. OLE color: 9054227.

HSL color Cylindrical-coordinate representation of color #13288A: hue angle of 229.41º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13288A is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1940138-
CMYK0.860.7100.46
HSL229.41º75.8%30.78%-
HSV(B)229.41º86.23%54.12%-
XYZ5.613.4924.42-
YUV44.89180.54109.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 138 (54.30% from 255) = 70.05%
R=9.64%
G=20.30%
B=70.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19401380.860.7100.46229.4175.830.78
Hex13288A564702Ee54c1f
Octal235021212610705634511437
Binary100111010001000101010101101000111010111011100101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,40,138); }

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

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

 a { background-color: rgb(19,40,138); }

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

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

 span { border-color: rgb(19,40,138); }

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