Html Css Color HEX #184859 Astronaut Blue

📋 copy color: '#184859'

red 24 ◦ green 72 ◦ blue 89

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

Shades of Astronaut Blue #184859

Tints of Astronaut Blue #184859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.92%

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

R = 12.97%
G = 38.92%
B = 48.11%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#184859 (or 0x184859) is known color: Astronaut Blue. HEX triplet: 18, 48 and 59. RGB value is (24,72,89). Sum of RGB (Red+Green+Blue) = 24+72+89=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #184859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184859 is #E7B7A6. Grayscale: #3B3B3B. Windows color (decimal): -15185831 or 5851160. OLE color: 5851160.

HSL color Cylindrical-coordinate representation of color #184859: hue angle of 195.69º 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 #184859 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 72 89 -
CMYK 0.73 0.19 0 0.65
HSL 195.69º 0.58% 0.22% -
HSV(B) 195.69º 0.73% 0.35% -
XYZ 4.5 5.55 10.29 -
YUV 59.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 24 72 89 0.73 0.19 0 0.65 195.69 0.58 0.22
Hex 18 48 59 49 13 0 41 C4 3A 16
Octal 30 110 131 111 23 0 101 304 72 26
Binary 11000 1001000 1011001 1001001 10011 0 1000001 11000100 111010 10110

Color Harmonies of #184859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184859

Black with #184859

Text Example


Text Example

White with #184859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184859; }

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

 H1.HeaderClassName
 {
   color: #184859;
 }
 .AnyTagClassName
 {
   color: #184859;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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