#13398A

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

Shades of Smalt #13398A

Tints of Smalt #13398A

Color information

#13398A (or 0x13398A) is unknown color: approx Smalt. HEX triplet: 13, 39 and 8A. RGB value is (19,57,138). Sum of RGB (Red+Green+Blue) = 19+57+138=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #13398A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13398A is #ECC675. Grayscale: #363636. Windows color (decimal): -15517302 or 9058579. OLE color: 9058579.

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

Color convert

RGB1957138-
CMYK0.860.5900.46
HSL220.84º75.8%30.78%-
HSV(B)220.84º86.23%54.12%-
XYZ6.324.924.66-
YUV54.87174.91102.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 138 (54.30% from 255) = 64.49%
R=8.88%
G=26.64%
B=64.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19571380.860.5900.46220.8475.830.78
Hex13398A563B02Edd4c1f
Octal23712121267305633511437
Binary10011111001100010101010110111011010111011011101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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