#13496B

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

Shades of Astronaut Blue #13496B

Tints of Astronaut Blue #13496B

Color information

#13496B (or 0x13496B) is unknown color: approx Astronaut Blue. HEX triplet: 13, 49 and 6B. RGB value is (19,73,107). Sum of RGB (Red+Green+Blue) = 19+73+107=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 107 (42.19% from 255 or 53.77% from 199); Max value from RGB is 107 - color contains mainly: blue. Hex color #13496B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13496B is #ECB694. Grayscale: #3C3C3C. Windows color (decimal): -15513237 or 7031059. OLE color: 7031059.

HSL color Cylindrical-coordinate representation of color #13496B: hue angle of 203.18º 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 #13496B is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1973107-
CMYK0.820.3200.58
HSL203.18º69.84%24.71%-
HSV(B)203.18º82.24%41.96%-
XYZ5.35.9714.78-
YUV60.73154.1198.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 107 (42.19% from 255) = 53.77%
R=9.55%
G=36.68%
B=53.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19731070.820.3200.58203.1869.8424.71
Hex13496B522003Acb4619
Octal231111531224007231310631
Binary10011100100111010111010010100000011101011001011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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