#13475F

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

Shades of Astronaut Blue #13475F

Tints of Astronaut Blue #13475F

Color information

#13475F (or 0x13475F) is unknown color: approx Astronaut Blue. HEX triplet: 13, 47 and 5F. RGB value is (19,71,95). Sum of RGB (Red+Green+Blue) = 19+71+95=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #13475F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13475F is #ECB8A0. Grayscale: #3A3A3A. Windows color (decimal): -15513761 or 6244115. OLE color: 6244115.

HSL color Cylindrical-coordinate representation of color #13475F: hue angle of 198.95º degrees, saturation: 0.67, 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 #13475F is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB197195-
CMYK0.800.2500.63
HSL198.95º66.67%22.35%-
HSV(B)198.95º80%37.25%-
XYZ4.595.4711.64-
YUV58.19148.77100.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=10.27%
G=38.38%
B=51.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1971950.800.2500.63198.9566.6722.35
Hex13475F501903Fc74316
Octal231071371203107730710326
Binary1001110001111011111101000011001011111111000111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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