#184959

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

Shades of Astronaut Blue #184959

Tints of Astronaut Blue #184959

Color information

#184959 (or 0x184959) is unknown color: approx Astronaut Blue. HEX triplet: 18, 49 and 59. RGB value is (24,73,89). Sum of RGB (Red+Green+Blue) = 24+73+89=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #184959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184959 is #E7B6A6. Grayscale: #3C3C3C. Windows color (decimal): -15185575 or 5851416. OLE color: 5851416.

HSL color Cylindrical-coordinate representation of color #184959: hue angle of 194.77º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #184959 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB247389-
CMYK0.730.1800.65
HSL194.77º57.52%22.16%-
HSV(B)194.77º73.03%34.9%-
XYZ4.565.6810.31-
YUV60.17144.27102.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 73 (28.91% from 255) = 39.25%
BLUE value IS 89 (35.16% from 255) = 47.85%
R=12.90%
G=39.25%
B=47.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2473890.730.1800.65194.7757.5222.16
Hex1849594912041c33a16
Octal301111311112201013037226
Binary1100010010011011001100100110010010000011100001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184959; }

 p { color: rgb(24,73,89); }

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

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

 a { background-color: rgb(24,73,89); }

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

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

 span { border-color: rgb(24,73,89); }

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