#19445B

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

Shades of Astronaut Blue #19445B

Tints of Astronaut Blue #19445B

Color information

#19445B (or 0x19445B) is unknown color: approx Astronaut Blue. HEX triplet: 19, 44 and 5B. RGB value is (25,68,91). Sum of RGB (Red+Green+Blue) = 25+68+91=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #19445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19445B is #E6BBA4. Grayscale: #393939. Windows color (decimal): -15121317 or 5981209. OLE color: 5981209.

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

Color convert

RGB256891-
CMYK0.730.2500.64
HSL200.91º56.9%22.75%-
HSV(B)200.91º72.53%35.69%-
XYZ4.365.110.65-
YUV57.76146.75104.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.59%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=13.59%
G=36.96%
B=49.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2568910.730.2500.64200.9156.922.75
Hex19445B4919040c93917
Octal311041331113101003117127
Binary1100110001001011011100100111001010000001100100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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