Html Css Color HEX #184959 Astronaut Blue

📋 copy color: '#184959'

red 24 ◦ green 73 ◦ blue 89

#184959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #184959

Tints of Astronaut Blue #184959

RGB

 RED value IS 24 (9.77% from 255) = 12.9%

 GREEN value IS 73 (28.91% from 255) = 39.25%

 BLUE value IS 89 (35.16% from 255) = 47.85%

R = 12.9%
G = 39.25%
B = 47.85%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#184959 (or 0x184959) is known color: 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

RGB 24 73 89 -
CMYK 0.73 0.18 0 0.65
HSL 194.77º 0.58% 0.22% -
HSV(B) 194.77º 0.73% 0.35% -
XYZ 4.56 5.68 10.31 -
YUV 60.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 24 73 89 0.73 0.18 0 0.65 194.77 0.58 0.22
Hex 18 49 59 49 12 0 41 C3 3A 16
Octal 30 111 131 111 22 0 101 303 72 26
Binary 11000 1001001 1011001 1001001 10010 0 1000001 11000011 111010 10110

Color Harmonies of #184959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184959

Black with #184959

Text Example


Text Example

White with #184959

Text Example


Text Example

HTML Codes & Css Web 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>