#194E61

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

Shades of Astronaut Blue #194E61

Tints of Astronaut Blue #194E61

Color information

#194E61 (or 0x194E61) is unknown color: approx Astronaut Blue. HEX triplet: 19, 4E and 61. RGB value is (25,78,97). Sum of RGB (Red+Green+Blue) = 25+78+97=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #194E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E61 is #E6B19E. Grayscale: #404040. Windows color (decimal): -15118751 or 6376985. OLE color: 6376985.

HSL color Cylindrical-coordinate representation of color #194E61: hue angle of 195.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194E61 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB257897-
CMYK0.740.2000.62
HSL195.83º59.02%23.92%-
HSV(B)195.83º74.23%38.04%-
XYZ5.286.5212.29-
YUV64.32146.4499.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.5%
GREEN value IS 78 (30.86% from 255) = 39%
BLUE value IS 97 (38.28% from 255) = 48.5%
R=12.5%
G=39%
B=48.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2578970.740.2000.62195.8359.0223.92
Hex194E614A1403Ec43b18
Octal31116141112240763047330
Binary110011001110110000110010101010001111101100010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,78,97); }

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

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

 a { background-color: rgb(25,78,97); }

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

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

 span { border-color: rgb(25,78,97); }

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