#19485F

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

Shades of Astronaut Blue #19485F

Tints of Astronaut Blue #19485F

Color information

#19485F (or 0x19485F) is unknown color: approx Astronaut Blue. HEX triplet: 19, 48 and 5F. RGB value is (25,72,95). Sum of RGB (Red+Green+Blue) = 25+72+95=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #19485F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19485F is #E6B7A0. Grayscale: #3C3C3C. Windows color (decimal): -15120289 or 6244377. OLE color: 6244377.

HSL color Cylindrical-coordinate representation of color #19485F: hue angle of 199.71º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19485F is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB257295-
CMYK0.740.2400.63
HSL199.71º58.33%23.53%-
HSV(B)199.71º73.68%37.25%-
XYZ4.785.6711.67-
YUV60.57147.43102.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.02%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 95 (37.5% from 255) = 49.48%
R=13.02%
G=37.5%
B=49.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2572950.740.2400.63199.7158.3323.53
Hex19485F4A1803Fc83a18
Octal31110137112300773107230
Binary110011001000101111110010101100001111111100100011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,72,95); }

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

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

 a { background-color: rgb(25,72,95); }

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

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

 span { border-color: rgb(25,72,95); }

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