#184A60

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

Shades of Astronaut Blue #184A60

Tints of Astronaut Blue #184A60

Color information

#184A60 (or 0x184A60) is unknown color: approx Astronaut Blue. HEX triplet: 18, 4A and 60. RGB value is (24,74,96). Sum of RGB (Red+Green+Blue) = 24+74+96=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #184A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A60 is #E7B59F. Grayscale: #3D3D3D. Windows color (decimal): -15185312 or 6310424. OLE color: 6310424.

HSL color Cylindrical-coordinate representation of color #184A60: hue angle of 198.33º 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 #184A60 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB247496-
CMYK0.750.2300.62
HSL198.33º60%23.53%-
HSV(B)198.33º75%37.65%-
XYZ4.945.9411.95-
YUV61.56147.44101.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.37%
GREEN value IS 74 (29.30% from 255) = 38.14%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=12.37%
G=38.14%
B=49.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2474960.750.2300.62198.336023.53
Hex184A604B1703Ec63c18
Octal30112140113270763067430
Binary110001001010110000010010111011101111101100011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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