#194054

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

Shades of Astronaut Blue #194054

Tints of Astronaut Blue #194054

Color information

#194054 (or 0x194054) is unknown color: approx Astronaut Blue. HEX triplet: 19, 40 and 54. RGB value is (25,64,84). Sum of RGB (Red+Green+Blue) = 25+64+84=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #194054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194054 is #E6BFAB. Grayscale: #363636. Windows color (decimal): -15122348 or 5521433. OLE color: 5521433.

HSL color Cylindrical-coordinate representation of color #194054: hue angle of 200.34º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #194054 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB256484-
CMYK0.700.2400.67
HSL200.34º54.13%21.37%-
HSV(B)200.34º70.24%32.94%-
XYZ3.834.519.06-
YUV54.62144.58106.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 84 (33.20% from 255) = 48.55%
R=14.45%
G=36.99%
B=48.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2564840.700.2400.67200.3454.1321.37
Hex1940544618043c83615
Octal311001241063001033106625
Binary1100110000001010100100011011000010000111100100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194054; }

 p { color: rgb(25,64,84); }

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

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

 a { background-color: rgb(25,64,84); }

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

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

 span { border-color: rgb(25,64,84); }

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