#194259

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

Shades of Astronaut Blue #194259

Tints of Astronaut Blue #194259

Color information

#194259 (or 0x194259) is unknown color: approx Astronaut Blue. HEX triplet: 19, 42 and 59. RGB value is (25,66,89). Sum of RGB (Red+Green+Blue) = 25+66+89=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #194259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194259 is #E6BDA6. Grayscale: #383838. Windows color (decimal): -15121831 or 5849625. OLE color: 5849625.

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

Color convert

RGB256689-
CMYK0.720.2600.65
HSL201.56º56.14%22.35%-
HSV(B)201.56º71.91%34.9%-
XYZ4.154.8210.16-
YUV56.36146.42105.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 89 (35.16% from 255) = 49.44%
R=13.89%
G=36.67%
B=49.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2566890.720.2600.65201.5656.1422.35
Hex194259481A041ca3816
Octal311021311103201013127026
Binary1100110000101011001100100011010010000011100101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194259; }

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

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

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

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

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

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

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

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