#194464

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

Shades of Astronaut Blue #194464

Tints of Astronaut Blue #194464

Color information

#194464 (or 0x194464) is unknown color: approx Astronaut Blue. HEX triplet: 19, 44 and 64. RGB value is (25,68,100). Sum of RGB (Red+Green+Blue) = 25+68+100=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 100 (39.45% from 255 or 51.81% from 193); Max value from RGB is 100 - color contains mainly: blue. Hex color #194464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194464 is #E6BB9B. Grayscale: #3A3A3A. Windows color (decimal): -15121308 or 6571033. OLE color: 6571033.

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

Color convert

RGB2568100-
CMYK0.750.3200.61
HSL205.6º60%24.51%-
HSV(B)205.6º75%39.22%-
XYZ4.775.2612.82-
YUV58.79151.25103.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 100 (39.45% from 255) = 51.81%
R=12.95%
G=35.23%
B=51.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25681000.750.3200.61205.66024.51
Hex1944644B2003Dce3c19
Octal31104144113400753167431
Binary1100110001001100100100101110000001111011100111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194464; }

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

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

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

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

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

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

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

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