#194460

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

Shades of Astronaut Blue #194460

Tints of Astronaut Blue #194460

Color information

#194460 (or 0x194460) is unknown color: approx Astronaut Blue. HEX triplet: 19, 44 and 60. RGB value is (25,68,96). Sum of RGB (Red+Green+Blue) = 25+68+96=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #194460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194460 is #E6BB9F. Grayscale: #3A3A3A. Windows color (decimal): -15121312 or 6308889. OLE color: 6308889.

HSL color Cylindrical-coordinate representation of color #194460: hue angle of 203.66º 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 #194460 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB256896-
CMYK0.740.2900.62
HSL203.66º58.68%23.73%-
HSV(B)203.66º73.96%37.65%-
XYZ4.585.1911.83-
YUV58.34149.25104.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=13.23%
G=35.98%
B=50.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2568960.740.2900.62203.6658.6823.73
Hex1944604A1D03Ecc3b18
Octal31104140112350763147330
Binary110011000100110000010010101110101111101100110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194460; }

 p { color: rgb(25,68,96); }

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

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

 a { background-color: rgb(25,68,96); }

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

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

 span { border-color: rgb(25,68,96); }

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