#194A62

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

Shades of Astronaut Blue #194A62

Tints of Astronaut Blue #194A62

Color information

#194A62 (or 0x194A62) is unknown color: approx Astronaut Blue. HEX triplet: 19, 4A and 62. RGB value is (25,74,98). Sum of RGB (Red+Green+Blue) = 25+74+98=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #194A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A62 is #E6B59D. Grayscale: #3D3D3D. Windows color (decimal): -15119774 or 6441497. OLE color: 6441497.

HSL color Cylindrical-coordinate representation of color #194A62: hue angle of 199.73º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194A62 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB257498-
CMYK0.740.2400.62
HSL199.73º59.35%24.12%-
HSV(B)199.73º74.49%38.43%-
XYZ5.055.9912.44-
YUV62.08148.27101.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=12.69%
G=37.56%
B=49.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2574980.740.2400.62199.7359.3524.12
Hex194A624A1803Ec83b18
Octal31112142112300763107330
Binary110011001010110001010010101100001111101100100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194A62; }

 p { color: rgb(25,74,98); }

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

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

 a { background-color: rgb(25,74,98); }

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

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

 span { border-color: rgb(25,74,98); }

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