#19435E

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

Shades of Astronaut Blue #19435E

Tints of Astronaut Blue #19435E

Color information

#19435E (or 0x19435E) is unknown color: approx Astronaut Blue. HEX triplet: 19, 43 and 5E. RGB value is (25,67,94). Sum of RGB (Red+Green+Blue) = 25+67+94=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #19435E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19435E is #E6BCA1. Grayscale: #393939. Windows color (decimal): -15121570 or 6177561. OLE color: 6177561.

HSL color Cylindrical-coordinate representation of color #19435E: hue angle of 203.48º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19435E is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB256794-
CMYK0.730.2900.63
HSL203.48º57.98%23.33%-
HSV(B)203.48º73.4%36.86%-
XYZ4.435.0311.33-
YUV57.52148.59104.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.44%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=13.44%
G=36.02%
B=50.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2567940.730.2900.63203.4857.9823.33
Hex19435E491D03Fcb3a17
Octal31103136111350773137227
Binary110011000011101111010010011110101111111100101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19435E; }

 p { color: rgb(25,67,94); }

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

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

 a { background-color: rgb(25,67,94); }

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

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

 span { border-color: rgb(25,67,94); }

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