#194769

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

Shades of Astronaut Blue #194769

Tints of Astronaut Blue #194769

Color information

#194769 (or 0x194769) is unknown color: approx Astronaut Blue. HEX triplet: 19, 47 and 69. RGB value is (25,71,105). Sum of RGB (Red+Green+Blue) = 25+71+105=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #194769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194769 is #E6B896. Grayscale: #3C3C3C. Windows color (decimal): -15120535 or 6899481. OLE color: 6899481.

HSL color Cylindrical-coordinate representation of color #194769: hue angle of 205.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194769 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2571105-
CMYK0.760.3200.59
HSL205.5º61.54%25.49%-
HSV(B)205.5º76.19%41.18%-
XYZ5.25.7314.2-
YUV61.12152.76102.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=12.44%
G=35.32%
B=52.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25711050.760.3200.59205.561.5425.49
Hex1947694C2003Bce3e19
Octal31107151114400733167631
Binary1100110001111101001100110010000001110111100111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194769; }

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

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

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

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

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

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

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

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