#19495A

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

Shades of Astronaut Blue #19495A

Tints of Astronaut Blue #19495A

Color information

#19495A (or 0x19495A) is unknown color: approx Astronaut Blue. HEX triplet: 19, 49 and 5A. RGB value is (25,73,90). Sum of RGB (Red+Green+Blue) = 25+73+90=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #19495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19495A is #E6B6A5. Grayscale: #3C3C3C. Windows color (decimal): -15120038 or 5916953. OLE color: 5916953.

HSL color Cylindrical-coordinate representation of color #19495A: hue angle of 195.69º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19495A is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB257390-
CMYK0.720.1900.65
HSL195.69º56.52%22.55%-
HSV(B)195.69º72.22%35.29%-
XYZ4.635.7110.53-
YUV60.59144.6102.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 90 (35.55% from 255) = 47.87%
R=13.30%
G=38.83%
B=47.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2573900.720.1900.65195.6956.5222.55
Hex19495A4813041c43917
Octal311111321102301013047127
Binary1100110010011011010100100010011010000011100010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19495A; }

 p { color: rgb(25,73,90); }

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

<style>
 a { background-color: #19495A; }

 a { background-color: rgb(25,73,90); }

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

<style>
 span { border-color: #19495A; }

 span { border-color: rgb(25,73,90); }

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