#194257

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

Shades of Astronaut Blue #194257

Tints of Astronaut Blue #194257

Color information

#194257 (or 0x194257) is unknown color: approx Astronaut Blue. HEX triplet: 19, 42 and 57. RGB value is (25,66,87). Sum of RGB (Red+Green+Blue) = 25+66+87=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #194257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194257 is #E6BDA8. Grayscale: #383838. Windows color (decimal): -15121833 or 5718553. OLE color: 5718553.

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

Color convert

RGB256687-
CMYK0.710.2400.66
HSL200.32º55.36%21.96%-
HSV(B)200.32º71.26%34.12%-
XYZ4.074.799.73-
YUV56.14145.42105.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=14.04%
G=37.08%
B=48.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2566870.710.2400.66200.3255.3621.96
Hex1942574718042c83716
Octal311021271073001023106726
Binary1100110000101010111100011111000010000101100100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194257; }

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

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

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

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

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

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

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

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