#194962

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

Shades of Astronaut Blue #194962

Tints of Astronaut Blue #194962

Color information

#194962 (or 0x194962) is unknown color: approx Astronaut Blue. HEX triplet: 19, 49 and 62. RGB value is (25,73,98). Sum of RGB (Red+Green+Blue) = 25+73+98=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #194962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194962 is #E6B69D. Grayscale: #3D3D3D. Windows color (decimal): -15120030 or 6441241. OLE color: 6441241.

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

Color convert

RGB257398-
CMYK0.740.2600.62
HSL200.55º59.35%24.12%-
HSV(B)200.55º74.49%38.43%-
XYZ4.995.8512.42-
YUV61.5148.6101.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 98 (38.67% from 255) = 50%
R=12.76%
G=37.24%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2573980.740.2600.62200.5559.3524.12
Hex1949624A1A03Ec93b18
Octal31111142112320763117330
Binary110011001001110001010010101101001111101100100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194962; }

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

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

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

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

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

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

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

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