#19475B

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

Shades of Astronaut Blue #19475B

Tints of Astronaut Blue #19475B

Color information

#19475B (or 0x19475B) is unknown color: approx Astronaut Blue. HEX triplet: 19, 47 and 5B. RGB value is (25,71,91). Sum of RGB (Red+Green+Blue) = 25+71+91=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #19475B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19475B is #E6B8A4. Grayscale: #3B3B3B. Windows color (decimal): -15120549 or 5981977. OLE color: 5981977.

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

Color convert

RGB257191-
CMYK0.730.2200.64
HSL198.18º56.9%22.75%-
HSV(B)198.18º72.53%35.69%-
XYZ4.545.4710.71-
YUV59.53145.76103.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=13.37%
G=37.97%
B=48.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2571910.730.2200.64198.1856.922.75
Hex19475B4916040c63917
Octal311071331112601003067127
Binary1100110001111011011100100110110010000001100011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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