#194555

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

Shades of Astronaut Blue #194555

Tints of Astronaut Blue #194555

Color information

#194555 (or 0x194555) is unknown color: approx Astronaut Blue. HEX triplet: 19, 45 and 55. RGB value is (25,69,85). Sum of RGB (Red+Green+Blue) = 25+69+85=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #194555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194555 is #E6BAAA. Grayscale: #393939. Windows color (decimal): -15121067 or 5588249. OLE color: 5588249.

HSL color Cylindrical-coordinate representation of color #194555: hue angle of 196º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #194555 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB256985-
CMYK0.710.1900.67
HSL196º54.55%21.57%-
HSV(B)196º70.59%33.33%-
XYZ4.175.129.36-
YUV57.67143.42104.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=13.97%
G=38.55%
B=47.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2569850.710.1900.6719654.5521.57
Hex1945554713043c43716
Octal311051251072301033046726
Binary1100110001011010101100011110011010000111100010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194555; }

 p { color: rgb(25,69,85); }

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

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

 a { background-color: rgb(25,69,85); }

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

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

 span { border-color: rgb(25,69,85); }

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