#19485A

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

Shades of Astronaut Blue #19485A

Tints of Astronaut Blue #19485A

Color information

#19485A (or 0x19485A) is unknown color: approx Astronaut Blue. HEX triplet: 19, 48 and 5A. RGB value is (25,72,90). Sum of RGB (Red+Green+Blue) = 25+72+90=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #19485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19485A is #E6B7A5. Grayscale: #3B3B3B. Windows color (decimal): -15120294 or 5916697. OLE color: 5916697.

HSL color Cylindrical-coordinate representation of color #19485A: hue angle of 196.62º 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 #19485A is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB257290-
CMYK0.720.2000.65
HSL196.62º56.52%22.55%-
HSV(B)196.62º72.22%35.29%-
XYZ4.565.5810.51-
YUV60144.93103.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=13.37%
G=38.50%
B=48.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2572900.720.2000.65196.6256.5222.55
Hex19485A4814041c53917
Octal311101321102401013057127
Binary1100110010001011010100100010100010000011100010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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