#19425A

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

Shades of Astronaut Blue #19425A

Tints of Astronaut Blue #19425A

Color information

#19425A (or 0x19425A) is unknown color: approx Astronaut Blue. HEX triplet: 19, 42 and 5A. RGB value is (25,66,90). Sum of RGB (Red+Green+Blue) = 25+66+90=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #19425A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19425A is #E6BDA5. Grayscale: #383838. Windows color (decimal): -15121830 or 5915161. OLE color: 5915161.

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

Color convert

RGB256690-
CMYK0.720.2700.65
HSL202.15º56.52%22.55%-
HSV(B)202.15º72.22%35.29%-
XYZ4.194.8410.39-
YUV56.48146.92105.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=13.81%
G=36.46%
B=49.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2566900.720.2700.65202.1556.5222.55
Hex19425A481B041ca3917
Octal311021321103301013127127
Binary1100110000101011010100100011011010000011100101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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