#19475D

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

Shades of Astronaut Blue #19475D

Tints of Astronaut Blue #19475D

Color information

#19475D (or 0x19475D) is unknown color: approx Astronaut Blue. HEX triplet: 19, 47 and 5D. RGB value is (25,71,93). Sum of RGB (Red+Green+Blue) = 25+71+93=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #19475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19475D is #E6B8A2. Grayscale: #3B3B3B. Windows color (decimal): -15120547 or 6113049. OLE color: 6113049.

HSL color Cylindrical-coordinate representation of color #19475D: hue angle of 199.41º 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 #19475D is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB257193-
CMYK0.730.2400.64
HSL199.41º57.63%23.14%-
HSV(B)199.41º73.12%36.47%-
XYZ4.635.511.17-
YUV59.75146.76103.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 71 (28.12% from 255) = 37.57%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=13.23%
G=37.57%
B=49.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2571930.730.2400.64199.4157.6323.14
Hex19475D4918040c73a17
Octal311071351113001003077227
Binary1100110001111011101100100111000010000001100011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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