#184E61

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

Shades of Astronaut Blue #184E61

Tints of Astronaut Blue #184E61

Color information

#184E61 (or 0x184E61) is unknown color: approx Astronaut Blue. HEX triplet: 18, 4E and 61. RGB value is (24,78,97). Sum of RGB (Red+Green+Blue) = 24+78+97=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #184E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E61 is #E7B19E. Grayscale: #3F3F3F. Windows color (decimal): -15184287 or 6376984. OLE color: 6376984.

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

Color convert

RGB247897-
CMYK0.750.2000.62
HSL195.62º60.33%23.73%-
HSV(B)195.62º75.26%38.04%-
XYZ5.266.5112.29-
YUV64.02146.6199.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=12.06%
G=39.20%
B=48.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2478970.750.2000.62195.6260.3323.73
Hex184E614B1403Ec43c18
Octal30116141113240763047430
Binary110001001110110000110010111010001111101100010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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