#19425D

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

Shades of Astronaut Blue #19425D

Tints of Astronaut Blue #19425D

Color information

#19425D (or 0x19425D) is unknown color: approx Astronaut Blue. HEX triplet: 19, 42 and 5D. RGB value is (25,66,93). Sum of RGB (Red+Green+Blue) = 25+66+93=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #19425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19425D is #E6BDA2. Grayscale: #383838. Windows color (decimal): -15121827 or 6111769. OLE color: 6111769.

HSL color Cylindrical-coordinate representation of color #19425D: hue angle of 203.82º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19425D is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB256693-
CMYK0.730.2900.64
HSL203.82º57.63%23.14%-
HSV(B)203.82º73.12%36.47%-
XYZ4.324.8911.07-
YUV56.82148.42105.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.59%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=13.59%
G=35.87%
B=50.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2566930.730.2900.64203.8257.6323.14
Hex19425D491D040cc3a17
Octal311021351113501003147227
Binary1100110000101011101100100111101010000001100110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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