#19476D

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

Shades of Astronaut Blue #19476D

Tints of Astronaut Blue #19476D

Color information

#19476D (or 0x19476D) is unknown color: approx Astronaut Blue. HEX triplet: 19, 47 and 6D. RGB value is (25,71,109). Sum of RGB (Red+Green+Blue) = 25+71+109=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #19476D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19476D is #E6B892. Grayscale: #3D3D3D. Windows color (decimal): -15120531 or 7161625. OLE color: 7161625.

HSL color Cylindrical-coordinate representation of color #19476D: hue angle of 207.14º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19476D is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2571109-
CMYK0.770.3500.57
HSL207.14º62.69%26.27%-
HSV(B)207.14º77.06%42.75%-
XYZ5.415.8215.31-
YUV61.58154.76101.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.20%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 109 (42.97% from 255) = 53.17%
R=12.20%
G=34.63%
B=53.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25711090.770.3500.57207.1462.6926.27
Hex19476D4D23039cf3f1a
Octal31107155115430713177732
Binary1100110001111101101100110110001101110011100111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19476D; }

 p { color: rgb(25,71,109); }

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

<style>
 a { background-color: #19476D; }

 a { background-color: rgb(25,71,109); }

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

<style>
 span { border-color: #19476D; }

 span { border-color: rgb(25,71,109); }

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