#194965

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

Shades of Astronaut Blue #194965

Tints of Astronaut Blue #194965

Color information

#194965 (or 0x194965) is unknown color: approx Astronaut Blue. HEX triplet: 19, 49 and 65. RGB value is (25,73,101). Sum of RGB (Red+Green+Blue) = 25+73+101=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #194965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194965 is #E6B69A. Grayscale: #3D3D3D. Windows color (decimal): -15120027 or 6637849. OLE color: 6637849.

HSL color Cylindrical-coordinate representation of color #194965: hue angle of 202.11º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194965 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2573101-
CMYK0.750.2800.60
HSL202.11º60.32%24.71%-
HSV(B)202.11º75.25%39.61%-
XYZ5.135.9113.18-
YUV61.84150.1101.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.56%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 101 (39.84% from 255) = 50.75%
R=12.56%
G=36.68%
B=50.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25731010.750.2800.60202.1160.3224.71
Hex1949654B1C03Cca3c19
Octal31111145113340743127431
Binary110011001001110010110010111110001111001100101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194965; }

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

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

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

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

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

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

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

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