#194759

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

Shades of Astronaut Blue #194759

Tints of Astronaut Blue #194759

Color information

#194759 (or 0x194759) is unknown color: approx Astronaut Blue. HEX triplet: 19, 47 and 59. RGB value is (25,71,89). Sum of RGB (Red+Green+Blue) = 25+71+89=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #194759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194759 is #E6B8A6. Grayscale: #3B3B3B. Windows color (decimal): -15120551 or 5850905. OLE color: 5850905.

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

Color convert

RGB257189-
CMYK0.720.2000.65
HSL196.88º56.14%22.35%-
HSV(B)196.88º71.91%34.9%-
XYZ4.465.4310.27-
YUV59.3144.76103.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 89 (35.16% from 255) = 48.11%
R=13.51%
G=38.38%
B=48.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2571890.720.2000.65196.8856.1422.35
Hex1947594814041c53816
Octal311071311102401013057026
Binary1100110001111011001100100010100010000011100010111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194759; }

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

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

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

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

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

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

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

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