#194B5E

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

Shades of Astronaut Blue #194B5E

Tints of Astronaut Blue #194B5E

Color information

#194B5E (or 0x194B5E) is unknown color: approx Astronaut Blue. HEX triplet: 19, 4B and 5E. RGB value is (25,75,94). Sum of RGB (Red+Green+Blue) = 25+75+94=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #194B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B5E is #E6B4A1. Grayscale: #3E3E3E. Windows color (decimal): -15119522 or 6179609. OLE color: 6179609.

HSL color Cylindrical-coordinate representation of color #194B5E: hue angle of 196.52º 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 #194B5E is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB257594-
CMYK0.730.2000.63
HSL196.52º57.98%23.33%-
HSV(B)196.52º73.4%36.86%-
XYZ4.946.0511.5-
YUV62.22145.94101.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.89%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 94 (37.11% from 255) = 48.45%
R=12.89%
G=38.66%
B=48.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2575940.730.2000.63196.5257.9823.33
Hex194B5E491403Fc53a17
Octal31113136111240773057227
Binary110011001011101111010010011010001111111100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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