#13475C

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

Shades of Astronaut Blue #13475C

Tints of Astronaut Blue #13475C

Color information

#13475C (or 0x13475C) is unknown color: approx Astronaut Blue. HEX triplet: 13, 47 and 5C. RGB value is (19,71,92). Sum of RGB (Red+Green+Blue) = 19+71+92=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #13475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13475C is #ECB8A3. Grayscale: #393939. Windows color (decimal): -15513764 or 6047507. OLE color: 6047507.

HSL color Cylindrical-coordinate representation of color #13475C: hue angle of 197.26º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13475C is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB197192-
CMYK0.790.2300.64
HSL197.26º65.77%21.76%-
HSV(B)197.26º79.35%36.08%-
XYZ4.455.4210.94-
YUV57.85147.27100.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 92 (36.33% from 255) = 50.55%
R=10.44%
G=39.01%
B=50.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1971920.790.2300.64197.2665.7721.76
Hex13475C4F17040c54216
Octal2310713411727010030510226
Binary10011100011110111001001111101110100000011000101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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