#194C5E

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

Shades of Astronaut Blue #194C5E

Tints of Astronaut Blue #194C5E

Color information

#194C5E (or 0x194C5E) is unknown color: approx Astronaut Blue. HEX triplet: 19, 4C and 5E. RGB value is (25,76,94). Sum of RGB (Red+Green+Blue) = 25+76+94=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #194C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C5E is #E6B3A1. Grayscale: #3E3E3E. Windows color (decimal): -15119266 or 6179865. OLE color: 6179865.

HSL color Cylindrical-coordinate representation of color #194C5E: hue angle of 195.65º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #194C5E is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB257694-
CMYK0.730.1900.63
HSL195.65º57.98%23.33%-
HSV(B)195.65º73.4%36.86%-
XYZ5.016.1811.52-
YUV62.8145.6101.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 94 (37.11% from 255) = 48.21%
R=12.82%
G=38.97%
B=48.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2576940.730.1900.63195.6557.9823.33
Hex194C5E491303Fc43a17
Octal31114136111230773047227
Binary110011001100101111010010011001101111111100010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194C5E; }

 p { color: rgb(25,76,94); }

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

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

 a { background-color: rgb(25,76,94); }

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

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

 span { border-color: rgb(25,76,94); }

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