#194458

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

Shades of Astronaut Blue #194458

Tints of Astronaut Blue #194458

Color information

#194458 (or 0x194458) is unknown color: approx Astronaut Blue. HEX triplet: 19, 44 and 58. RGB value is (25,68,88). Sum of RGB (Red+Green+Blue) = 25+68+88=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #194458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194458 is #E6BBA7. Grayscale: #393939. Windows color (decimal): -15121320 or 5784601. OLE color: 5784601.

HSL color Cylindrical-coordinate representation of color #194458: hue angle of 199.05º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194458 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB256888-
CMYK0.720.2300.65
HSL199.05º55.75%22.16%-
HSV(B)199.05º71.59%34.51%-
XYZ4.235.059.98-
YUV57.42145.25104.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 68 (26.95% from 255) = 37.57%
BLUE value IS 88 (34.77% from 255) = 48.62%
R=13.81%
G=37.57%
B=48.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2568880.720.2300.65199.0555.7522.16
Hex1944584817041c73816
Octal311041301102701013077026
Binary1100110001001011000100100010111010000011100011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194458; }

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

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

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

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

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

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

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

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