#194762

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

Shades of Astronaut Blue #194762

Tints of Astronaut Blue #194762

Color information

#194762 (or 0x194762) is unknown color: approx Astronaut Blue. HEX triplet: 19, 47 and 62. RGB value is (25,71,98). Sum of RGB (Red+Green+Blue) = 25+71+98=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #194762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194762 is #E6B89D. Grayscale: #3C3C3C. Windows color (decimal): -15120542 or 6440729. OLE color: 6440729.

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

Color convert

RGB257198-
CMYK0.740.2800.62
HSL202.19º59.35%24.12%-
HSV(B)202.19º74.49%38.43%-
XYZ4.865.5912.38-
YUV60.32149.26102.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.89%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=12.89%
G=36.60%
B=50.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2571980.740.2800.62202.1959.3524.12
Hex1947624A1C03Eca3b18
Octal31107142112340763127330
Binary110011000111110001010010101110001111101100101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194762; }

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

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

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

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

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

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

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

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