#13475E

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

Shades of Astronaut Blue #13475E

Tints of Astronaut Blue #13475E

Color information

#13475E (or 0x13475E) is unknown color: approx Astronaut Blue. HEX triplet: 13, 47 and 5E. RGB value is (19,71,94). Sum of RGB (Red+Green+Blue) = 19+71+94=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #13475E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13475E is #ECB8A1. Grayscale: #393939. Windows color (decimal): -15513762 or 6178579. OLE color: 6178579.

HSL color Cylindrical-coordinate representation of color #13475E: hue angle of 198.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13475E is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB197194-
CMYK0.800.2400.63
HSL198.4º66.37%22.16%-
HSV(B)198.4º79.79%36.86%-
XYZ4.545.4511.4-
YUV58.07148.27100.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 94 (37.11% from 255) = 51.09%
R=10.33%
G=38.59%
B=51.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1971940.800.2400.63198.466.3722.16
Hex13475E501803Fc64216
Octal231071361203007730610226
Binary1001110001111011110101000011000011111111000110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13475E; }

 p { color: rgb(19,71,94); }

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

<style>
 a { background-color: #13475E; }

 a { background-color: rgb(19,71,94); }

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

<style>
 span { border-color: #13475E; }

 span { border-color: rgb(19,71,94); }

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