#194355

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

Shades of Astronaut Blue #194355

Tints of Astronaut Blue #194355

Color information

#194355 (or 0x194355) is unknown color: approx Astronaut Blue. HEX triplet: 19, 43 and 55. RGB value is (25,67,85). Sum of RGB (Red+Green+Blue) = 25+67+85=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #194355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194355 is #E6BCAA. Grayscale: #383838. Windows color (decimal): -15121579 or 5587737. OLE color: 5587737.

HSL color Cylindrical-coordinate representation of color #194355: hue angle of 198º 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 #194355 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB256785-
CMYK0.710.2100.67
HSL198º54.55%21.57%-
HSV(B)198º70.59%33.33%-
XYZ4.054.889.32-
YUV56.49144.09105.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 85 (33.59% from 255) = 48.02%
R=14.12%
G=37.85%
B=48.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2567850.710.2100.6719854.5521.57
Hex1943554715043c63716
Octal311031251072501033066726
Binary1100110000111010101100011110101010000111100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194355; }

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

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

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

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

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

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

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

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