#184D61

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

Shades of Astronaut Blue #184D61

Tints of Astronaut Blue #184D61

Color information

#184D61 (or 0x184D61) is unknown color: approx Astronaut Blue. HEX triplet: 18, 4D and 61. RGB value is (24,77,97). Sum of RGB (Red+Green+Blue) = 24+77+97=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #184D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D61 is #E7B29E. Grayscale: #3F3F3F. Windows color (decimal): -15184543 or 6376728. OLE color: 6376728.

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

Color convert

RGB247797-
CMYK0.750.2100.62
HSL196.44º60.33%23.73%-
HSV(B)196.44º75.26%38.04%-
XYZ5.196.3712.26-
YUV63.43146.9499.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.12%
GREEN value IS 77 (30.47% from 255) = 38.89%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=12.12%
G=38.89%
B=48.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2477970.750.2100.62196.4460.3323.73
Hex184D614B1503Ec43c18
Octal30115141113250763047430
Binary110001001101110000110010111010101111101100010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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