#184A61

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

Shades of Astronaut Blue #184A61

Tints of Astronaut Blue #184A61

Color information

#184A61 (or 0x184A61) is unknown color: approx Astronaut Blue. HEX triplet: 18, 4A and 61. RGB value is (24,74,97). Sum of RGB (Red+Green+Blue) = 24+74+97=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #184A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A61 is #E7B59E. Grayscale: #3D3D3D. Windows color (decimal): -15185311 or 6375960. OLE color: 6375960.

HSL color Cylindrical-coordinate representation of color #184A61: hue angle of 198.9º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184A61 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB247497-
CMYK0.750.2400.62
HSL198.9º60.33%23.73%-
HSV(B)198.9º75.26%38.04%-
XYZ4.985.9512.2-
YUV61.67147.94101.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=12.31%
G=37.95%
B=49.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2474970.750.2400.62198.960.3323.73
Hex184A614B1803Ec73c18
Octal30112141113300763077430
Binary110001001010110000110010111100001111101100011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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