#19445E

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

Shades of Astronaut Blue #19445E

Tints of Astronaut Blue #19445E

Color information

#19445E (or 0x19445E) is unknown color: approx Astronaut Blue. HEX triplet: 19, 44 and 5E. RGB value is (25,68,94). Sum of RGB (Red+Green+Blue) = 25+68+94=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #19445E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19445E is #E6BBA1. Grayscale: #393939. Windows color (decimal): -15121314 or 6177817. OLE color: 6177817.

HSL color Cylindrical-coordinate representation of color #19445E: hue angle of 202.61º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19445E is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB256894-
CMYK0.730.2800.63
HSL202.61º57.98%23.33%-
HSV(B)202.61º73.4%36.86%-
XYZ4.495.1511.35-
YUV58.11148.25104.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 94 (37.11% from 255) = 50.27%
R=13.37%
G=36.36%
B=50.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2568940.730.2800.63202.6157.9823.33
Hex19445E491C03Fcb3a17
Octal31104136111340773137227
Binary110011000100101111010010011110001111111100101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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