#194455

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

Shades of Astronaut Blue #194455

Tints of Astronaut Blue #194455

Color information

#194455 (or 0x194455) is unknown color: approx Astronaut Blue. HEX triplet: 19, 44 and 55. RGB value is (25,68,85). Sum of RGB (Red+Green+Blue) = 25+68+85=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #194455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194455 is #E6BBAA. Grayscale: #383838. Windows color (decimal): -15121323 or 5587993. OLE color: 5587993.

HSL color Cylindrical-coordinate representation of color #194455: hue angle of 197º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #194455 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB256885-
CMYK0.710.2000.67
HSL197º54.55%21.57%-
HSV(B)197º70.59%33.33%-
XYZ4.1159.34-
YUV57.08143.75105.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=14.04%
G=38.20%
B=47.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2568850.710.2000.6719754.5521.57
Hex1944554714043c53716
Octal311041251072401033056726
Binary1100110001001010101100011110100010000111100010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194455; }

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

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

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

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

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

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

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

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