#194454

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

Shades of Astronaut Blue #194454

Tints of Astronaut Blue #194454

Color information

#194454 (or 0x194454) is unknown color: approx Astronaut Blue. HEX triplet: 19, 44 and 54. RGB value is (25,68,84). Sum of RGB (Red+Green+Blue) = 25+68+84=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #194454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194454 is #E6BBAB. Grayscale: #383838. Windows color (decimal): -15121324 or 5522457. OLE color: 5522457.

HSL color Cylindrical-coordinate representation of color #194454: hue angle of 196.27º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #194454 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB256884-
CMYK0.700.1900.67
HSL196.27º54.13%21.37%-
HSV(B)196.27º70.24%32.94%-
XYZ4.074.989.13-
YUV56.97143.25105.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 84 (33.20% from 255) = 47.46%
R=14.12%
G=38.42%
B=47.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2568840.700.1900.67196.2754.1321.37
Hex1944544613043c43615
Octal311041241062301033046625
Binary1100110001001010100100011010011010000111100010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194454; }

 p { color: rgb(25,68,84); }

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

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

 a { background-color: rgb(25,68,84); }

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

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

 span { border-color: rgb(25,68,84); }

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