#194E60

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

Shades of Astronaut Blue #194E60

Tints of Astronaut Blue #194E60

Color information

#194E60 (or 0x194E60) is unknown color: approx Astronaut Blue. HEX triplet: 19, 4E and 60. RGB value is (25,78,96). Sum of RGB (Red+Green+Blue) = 25+78+96=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #194E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E60 is #E6B19F. Grayscale: #404040. Windows color (decimal): -15118752 or 6311449. OLE color: 6311449.

HSL color Cylindrical-coordinate representation of color #194E60: hue angle of 195.21º 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 #194E60 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB257896-
CMYK0.740.1900.62
HSL195.21º58.68%23.73%-
HSV(B)195.21º73.96%37.65%-
XYZ5.246.512.04-
YUV64.2145.94100.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.56%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=12.56%
G=39.20%
B=48.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2578960.740.1900.62195.2158.6823.73
Hex194E604A1303Ec33b18
Octal31116140112230763037330
Binary110011001110110000010010101001101111101100001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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