#194B60

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

Shades of Astronaut Blue #194B60

Tints of Astronaut Blue #194B60

Color information

#194B60 (or 0x194B60) is unknown color: approx Astronaut Blue. HEX triplet: 19, 4B and 60. RGB value is (25,75,96). Sum of RGB (Red+Green+Blue) = 25+75+96=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #194B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B60 is #E6B49F. Grayscale: #3E3E3E. Windows color (decimal): -15119520 or 6310681. OLE color: 6310681.

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

Color convert

RGB257596-
CMYK0.740.2200.62
HSL197.75º58.68%23.73%-
HSV(B)197.75º73.96%37.65%-
XYZ5.036.0811.98-
YUV62.44146.94101.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 75 (29.69% from 255) = 38.27%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=12.76%
G=38.27%
B=48.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2575960.740.2200.62197.7558.6823.73
Hex194B604A1603Ec63b18
Octal31113140112260763067330
Binary110011001011110000010010101011001111101100011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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