#194159

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

Shades of Astronaut Blue #194159

Tints of Astronaut Blue #194159

Color information

#194159 (or 0x194159) is unknown color: approx Astronaut Blue. HEX triplet: 19, 41 and 59. RGB value is (25,65,89). Sum of RGB (Red+Green+Blue) = 25+65+89=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #194159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194159 is #E6BEA6. Grayscale: #373737. Windows color (decimal): -15122087 or 5849369. OLE color: 5849369.

HSL color Cylindrical-coordinate representation of color #194159: hue angle of 202.5º 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 #194159 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB256589-
CMYK0.720.2700.65
HSL202.5º56.14%22.35%-
HSV(B)202.5º71.91%34.9%-
XYZ4.094.7110.14-
YUV55.78146.75106.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 89 (35.16% from 255) = 49.72%
R=13.97%
G=36.31%
B=49.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2565890.720.2700.65202.556.1422.35
Hex194159481B041ca3816
Octal311011311103301013127026
Binary1100110000011011001100100011011010000011100101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194159; }

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

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

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

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

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

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

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

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