#194961

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

Shades of Astronaut Blue #194961

Tints of Astronaut Blue #194961

Color information

#194961 (or 0x194961) is unknown color: approx Astronaut Blue. HEX triplet: 19, 49 and 61. RGB value is (25,73,97). Sum of RGB (Red+Green+Blue) = 25+73+97=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #194961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194961 is #E6B69E. Grayscale: #3D3D3D. Windows color (decimal): -15120031 or 6375705. OLE color: 6375705.

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

Color convert

RGB257397-
CMYK0.740.2500.62
HSL200º59.02%23.92%-
HSV(B)200º74.23%38.04%-
XYZ4.945.8312.18-
YUV61.38148.1102.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=12.82%
G=37.44%
B=49.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2573970.740.2500.6220059.0223.92
Hex1949614A1903Ec83b18
Octal31111141112310763107330
Binary110011001001110000110010101100101111101100100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194961; }

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

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

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

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

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

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

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

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