#194863

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

Shades of Astronaut Blue #194863

Tints of Astronaut Blue #194863

Color information

#194863 (or 0x194863) is unknown color: approx Astronaut Blue. HEX triplet: 19, 48 and 63. RGB value is (25,72,99). Sum of RGB (Red+Green+Blue) = 25+72+99=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #194863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194863 is #E6B79C. Grayscale: #3C3C3C. Windows color (decimal): -15120285 or 6506521. OLE color: 6506521.

HSL color Cylindrical-coordinate representation of color #194863: hue angle of 201.89º 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 #194863 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB257299-
CMYK0.750.2700.61
HSL201.89º59.68%24.31%-
HSV(B)201.89º74.75%38.82%-
XYZ4.975.7412.65-
YUV61.02149.43102.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=12.76%
G=36.73%
B=50.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2572990.750.2700.61201.8959.6824.31
Hex1948634B1B03Dca3c18
Octal31110143113330753127430
Binary110011001000110001110010111101101111011100101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194863; }

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

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

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

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

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

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

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

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