#194559

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

Shades of Astronaut Blue #194559

Tints of Astronaut Blue #194559

Color information

#194559 (or 0x194559) is unknown color: approx Astronaut Blue. HEX triplet: 19, 45 and 59. RGB value is (25,69,89). Sum of RGB (Red+Green+Blue) = 25+69+89=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #194559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194559 is #E6BAA6. Grayscale: #3A3A3A. Windows color (decimal): -15121063 or 5850393. OLE color: 5850393.

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

Color convert

RGB256989-
CMYK0.720.2200.65
HSL198.75º56.14%22.35%-
HSV(B)198.75º71.91%34.9%-
XYZ4.335.1810.22-
YUV58.12145.42104.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.66%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=13.66%
G=37.70%
B=48.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2569890.720.2200.65198.7556.1422.35
Hex1945594816041c73816
Octal311051311102601013077026
Binary1100110001011011001100100010110010000011100011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194559; }

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

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

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

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

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

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

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

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