#194761

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

Shades of Astronaut Blue #194761

Tints of Astronaut Blue #194761

Color information

#194761 (or 0x194761) is unknown color: approx Astronaut Blue. HEX triplet: 19, 47 and 61. RGB value is (25,71,97). Sum of RGB (Red+Green+Blue) = 25+71+97=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #194761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194761 is #E6B89E. Grayscale: #3C3C3C. Windows color (decimal): -15120543 or 6375193. OLE color: 6375193.

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

Color convert

RGB257197-
CMYK0.740.2700.62
HSL201.67º59.02%23.92%-
HSV(B)201.67º74.23%38.04%-
XYZ4.815.5812.13-
YUV60.21148.76102.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=12.95%
G=36.79%
B=50.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2571970.740.2700.62201.6759.0223.92
Hex1947614A1B03Eca3b18
Octal31107141112330763127330
Binary110011000111110000110010101101101111101100101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194761; }

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

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

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

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

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

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

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

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