#194763

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

Shades of Astronaut Blue #194763

Tints of Astronaut Blue #194763

Color information

#194763 (or 0x194763) is unknown color: approx Astronaut Blue. HEX triplet: 19, 47 and 63. RGB value is (25,71,99). Sum of RGB (Red+Green+Blue) = 25+71+99=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #194763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194763 is #E6B89C. Grayscale: #3C3C3C. Windows color (decimal): -15120541 or 6506265. OLE color: 6506265.

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

Color convert

RGB257199-
CMYK0.750.2800.61
HSL202.7º59.68%24.31%-
HSV(B)202.7º74.75%38.82%-
XYZ4.915.6112.63-
YUV60.44149.76102.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 99 (39.06% from 255) = 50.77%
R=12.82%
G=36.41%
B=50.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2571990.750.2800.61202.759.6824.31
Hex1947634B1C03Dcb3c18
Octal31107143113340753137430
Binary110011000111110001110010111110001111011100101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194763; }

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

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

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

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

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

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

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

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