#19465B

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

Shades of Astronaut Blue #19465B

Tints of Astronaut Blue #19465B

Color information

#19465B (or 0x19465B) is unknown color: approx Astronaut Blue. HEX triplet: 19, 46 and 5B. RGB value is (25,70,91). Sum of RGB (Red+Green+Blue) = 25+70+91=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #19465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19465B is #E6B9A4. Grayscale: #3A3A3A. Windows color (decimal): -15120805 or 5981721. OLE color: 5981721.

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

Color convert

RGB257091-
CMYK0.730.2300.64
HSL199.09º56.9%22.75%-
HSV(B)199.09º72.53%35.69%-
XYZ4.485.3410.69-
YUV58.94146.09103.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.44%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 91 (35.94% from 255) = 48.92%
R=13.44%
G=37.63%
B=48.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2570910.730.2300.64199.0956.922.75
Hex19465B4917040c73917
Octal311061331112701003077127
Binary1100110001101011011100100110111010000001100011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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