#194662

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

Shades of Astronaut Blue #194662

Tints of Astronaut Blue #194662

Color information

#194662 (or 0x194662) is unknown color: approx Astronaut Blue. HEX triplet: 19, 46 and 62. RGB value is (25,70,98). Sum of RGB (Red+Green+Blue) = 25+70+98=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #194662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194662 is #E6B99D. Grayscale: #3B3B3B. Windows color (decimal): -15120798 or 6440473. OLE color: 6440473.

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

Color convert

RGB257098-
CMYK0.740.2900.62
HSL203.01º59.35%24.12%-
HSV(B)203.01º74.49%38.43%-
XYZ4.85.4712.36-
YUV59.74149.59103.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 98 (38.67% from 255) = 50.78%
R=12.95%
G=36.27%
B=50.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2570980.740.2900.62203.0159.3524.12
Hex1946624A1D03Ecb3b18
Octal31106142112350763137330
Binary110011000110110001010010101110101111101100101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194662; }

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

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

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

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

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

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

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

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