#194862

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

Shades of Astronaut Blue #194862

Tints of Astronaut Blue #194862

Color information

#194862 (or 0x194862) is unknown color: approx Astronaut Blue. HEX triplet: 19, 48 and 62. RGB value is (25,72,98). Sum of RGB (Red+Green+Blue) = 25+72+98=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #194862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194862 is #E6B79D. Grayscale: #3C3C3C. Windows color (decimal): -15120286 or 6440985. OLE color: 6440985.

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

Color convert

RGB257298-
CMYK0.740.2700.62
HSL201.37º59.35%24.12%-
HSV(B)201.37º74.49%38.43%-
XYZ4.925.7212.4-
YUV60.91148.93102.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 98 (38.67% from 255) = 50.26%
R=12.82%
G=36.92%
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
Decimal2572980.740.2700.62201.3759.3524.12
Hex1948624A1B03Ec93b18
Octal31110142112330763117330
Binary110011001000110001010010101101101111101100100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194862; }

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

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

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

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

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

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

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

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