#19465F

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

Shades of Astronaut Blue #19465F

Tints of Astronaut Blue #19465F

Color information

#19465F (or 0x19465F) is unknown color: approx Astronaut Blue. HEX triplet: 19, 46 and 5F. RGB value is (25,70,95). Sum of RGB (Red+Green+Blue) = 25+70+95=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #19465F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19465F is #E6B9A0. Grayscale: #3B3B3B. Windows color (decimal): -15120801 or 6243865. OLE color: 6243865.

HSL color Cylindrical-coordinate representation of color #19465F: hue angle of 201.43º 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 #19465F is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB257095-
CMYK0.740.2600.63
HSL201.43º58.33%23.53%-
HSV(B)201.43º73.68%37.25%-
XYZ4.665.4111.63-
YUV59.4148.09103.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 95 (37.5% from 255) = 50%
R=13.16%
G=36.84%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2570950.740.2600.63201.4358.3323.53
Hex19465F4A1A03Fc93a18
Octal31106137112320773117230
Binary110011000110101111110010101101001111111100100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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