#194963

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

Shades of Astronaut Blue #194963

Tints of Astronaut Blue #194963

Color information

#194963 (or 0x194963) is unknown color: approx Astronaut Blue. HEX triplet: 19, 49 and 63. RGB value is (25,73,99). Sum of RGB (Red+Green+Blue) = 25+73+99=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #194963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194963 is #E6B69C. Grayscale: #3D3D3D. Windows color (decimal): -15120029 or 6506777. OLE color: 6506777.

HSL color Cylindrical-coordinate representation of color #194963: hue angle of 201.08º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194963 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB257399-
CMYK0.750.2600.61
HSL201.08º59.68%24.31%-
HSV(B)201.08º74.75%38.82%-
XYZ5.045.8712.67-
YUV61.61149.1101.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=12.69%
G=37.06%
B=50.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2573990.750.2600.61201.0859.6824.31
Hex1949634B1A03Dc93c18
Octal31111143113320753117430
Binary110011001001110001110010111101001111011100100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194963; }

 p { color: rgb(25,73,99); }

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

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

 a { background-color: rgb(25,73,99); }

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

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

 span { border-color: rgb(25,73,99); }

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