#13496A

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

Shades of Astronaut Blue #13496A

Tints of Astronaut Blue #13496A

Color information

#13496A (or 0x13496A) is unknown color: approx Astronaut Blue. HEX triplet: 13, 49 and 6A. RGB value is (19,73,106). Sum of RGB (Red+Green+Blue) = 19+73+106=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #13496A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13496A is #ECB695. Grayscale: #3C3C3C. Windows color (decimal): -15513238 or 6965523. OLE color: 6965523.

HSL color Cylindrical-coordinate representation of color #13496A: hue angle of 202.76º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13496A is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1973106-
CMYK0.820.3100.58
HSL202.76º69.6%24.51%-
HSV(B)202.76º82.08%41.57%-
XYZ5.255.9414.51-
YUV60.62153.6198.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 106 (41.80% from 255) = 53.54%
R=9.60%
G=36.87%
B=53.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19731060.820.3100.58202.7669.624.51
Hex13496A521F03Acb4619
Octal231111521223707231310631
Binary1001110010011101010101001011111011101011001011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,73,106); }

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

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

 a { background-color: rgb(19,73,106); }

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

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

 span { border-color: rgb(19,73,106); }

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