#194157

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

Shades of Astronaut Blue #194157

Tints of Astronaut Blue #194157

Color information

#194157 (or 0x194157) is unknown color: approx Astronaut Blue. HEX triplet: 19, 41 and 57. RGB value is (25,65,87). Sum of RGB (Red+Green+Blue) = 25+65+87=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #194157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194157 is #E6BEA8. Grayscale: #373737. Windows color (decimal): -15122089 or 5718297. OLE color: 5718297.

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

Color convert

RGB256587-
CMYK0.710.2500.66
HSL201.29º55.36%21.96%-
HSV(B)201.29º71.26%34.12%-
XYZ4.014.689.71-
YUV55.55145.75106.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=14.12%
G=36.72%
B=49.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2565870.710.2500.66201.2955.3621.96
Hex1941574719042c93716
Octal311011271073101023116726
Binary1100110000011010111100011111001010000101100100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194157; }

 p { color: rgb(25,65,87); }

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

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

 a { background-color: rgb(25,65,87); }

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

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

 span { border-color: rgb(25,65,87); }

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