#184A5F

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

Shades of Astronaut Blue #184A5F

Tints of Astronaut Blue #184A5F

Color information

#184A5F (or 0x184A5F) is unknown color: approx Astronaut Blue. HEX triplet: 18, 4A and 5F. RGB value is (24,74,95). Sum of RGB (Red+Green+Blue) = 24+74+95=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #184A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A5F is #E7B5A0. Grayscale: #3D3D3D. Windows color (decimal): -15185313 or 6244888. OLE color: 6244888.

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

Color convert

RGB247495-
CMYK0.750.2200.63
HSL197.75º59.66%23.33%-
HSV(B)197.75º74.74%37.25%-
XYZ4.895.9211.71-
YUV61.44146.94101.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.44%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 95 (37.5% from 255) = 49.22%
R=12.44%
G=38.34%
B=49.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2474950.750.2200.63197.7559.6623.33
Hex184A5F4B1603Fc63c17
Octal30112137113260773067427
Binary110001001010101111110010111011001111111100011011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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