#18495E

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

Shades of Astronaut Blue #18495E

Tints of Astronaut Blue #18495E

Color information

#18495E (or 0x18495E) is unknown color: approx Astronaut Blue. HEX triplet: 18, 49 and 5E. RGB value is (24,73,94). Sum of RGB (Red+Green+Blue) = 24+73+94=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #18495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18495E is #E7B6A1. Grayscale: #3C3C3C. Windows color (decimal): -15185570 or 6179096. OLE color: 6179096.

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

Color convert

RGB247394-
CMYK0.740.2200.63
HSL198º59.32%23.14%-
HSV(B)198º74.47%36.86%-
XYZ4.785.7711.45-
YUV60.74146.77101.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.57%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 94 (37.11% from 255) = 49.21%
R=12.57%
G=38.22%
B=49.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2473940.740.2200.6319859.3223.14
Hex18495E4A1603Fc63b17
Octal30111136112260773067327
Binary110001001001101111010010101011001111111100011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,73,94); }

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

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

 a { background-color: rgb(24,73,94); }

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

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

 span { border-color: rgb(24,73,94); }

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