#184A5E

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

Shades of Astronaut Blue #184A5E

Tints of Astronaut Blue #184A5E

Color information

#184A5E (or 0x184A5E) is unknown color: approx Astronaut Blue. HEX triplet: 18, 4A and 5E. RGB value is (24,74,94). Sum of RGB (Red+Green+Blue) = 24+74+94=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #184A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A5E is #E7B5A1. Grayscale: #3D3D3D. Windows color (decimal): -15185314 or 6179352. OLE color: 6179352.

HSL color Cylindrical-coordinate representation of color #184A5E: hue angle of 197.14º 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 #184A5E is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB247494-
CMYK0.740.2100.63
HSL197.14º59.32%23.14%-
HSV(B)197.14º74.47%36.86%-
XYZ4.855.911.47-
YUV61.33146.44101.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 74 (29.30% from 255) = 38.54%
BLUE value IS 94 (37.11% from 255) = 48.96%
R=12.5%
G=38.54%
B=48.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2474940.740.2100.63197.1459.3223.14
Hex184A5E4A1503Fc53b17
Octal30112136112250773057327
Binary110001001010101111010010101010101111111100010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184A5E; }

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

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

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

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

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

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

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

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