#194459

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

Shades of Astronaut Blue #194459

Tints of Astronaut Blue #194459

Color information

#194459 (or 0x194459) is unknown color: approx Astronaut Blue. HEX triplet: 19, 44 and 59. RGB value is (25,68,89). Sum of RGB (Red+Green+Blue) = 25+68+89=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #194459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194459 is #E6BBA6. Grayscale: #393939. Windows color (decimal): -15121319 or 5850137. OLE color: 5850137.

HSL color Cylindrical-coordinate representation of color #194459: hue angle of 199.69º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194459 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB256889-
CMYK0.720.2400.65
HSL199.69º56.14%22.35%-
HSV(B)199.69º71.91%34.9%-
XYZ4.275.0610.2-
YUV57.54145.75104.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 89 (35.16% from 255) = 48.90%
R=13.74%
G=37.36%
B=48.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2568890.720.2400.65199.6956.1422.35
Hex1944594818041c83816
Octal311041311103001013107026
Binary1100110001001011001100100011000010000011100100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194459; }

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

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

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

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

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

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

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

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