#194557

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

Shades of Astronaut Blue #194557

Tints of Astronaut Blue #194557

Color information

#194557 (or 0x194557) is unknown color: approx Astronaut Blue. HEX triplet: 19, 45 and 57. RGB value is (25,69,87). Sum of RGB (Red+Green+Blue) = 25+69+87=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #194557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194557 is #E6BAA8. Grayscale: #393939. Windows color (decimal): -15121065 or 5719321. OLE color: 5719321.

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

Color convert

RGB256987-
CMYK0.710.2100.66
HSL197.42º55.36%21.96%-
HSV(B)197.42º71.26%34.12%-
XYZ4.255.159.79-
YUV57.9144.42104.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 87 (34.38% from 255) = 48.07%
R=13.81%
G=38.12%
B=48.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2569870.710.2100.66197.4255.3621.96
Hex1945574715042c53716
Octal311051271072501023056726
Binary1100110001011010111100011110101010000101100010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194557; }

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

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

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

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

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

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

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

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