Html Css Color HEX #184154 Astronaut Blue

📋 copy color: '#184154'

red 24 ◦ green 65 ◦ blue 84

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

Shades of Astronaut Blue #184154

Tints of Astronaut Blue #184154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

 BLUE value IS 84 (33.2% from 255) = 48.55%

R = 13.87%
G = 37.57%
B = 48.55%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#184154 (or 0x184154) is known color: Astronaut Blue. HEX triplet: 18, 41 and 54. RGB value is (24,65,84). Sum of RGB (Red+Green+Blue) = 24+65+84=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #184154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184154 is #E7BEAB. Grayscale: #363636. Windows color (decimal): -15187628 or 5521688. OLE color: 5521688.

HSL color Cylindrical-coordinate representation of color #184154: hue angle of 199º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #184154 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 65 84 -
CMYK 0.71 0.23 0 0.67
HSL 199º 0.56% 0.21% -
HSV(B) 199º 0.71% 0.33% -
XYZ 3.87 4.61 9.07 -
YUV 54.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 24 65 84 0.71 0.23 0 0.67 199 0.56 0.21
Hex 18 41 54 47 17 0 43 C7 38 15
Octal 30 101 124 107 27 0 103 307 70 25
Binary 11000 1000001 1010100 1000111 10111 0 1000011 11000111 111000 10101

Color Harmonies of #184154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184154

Black with #184154

Text Example


Text Example

White with #184154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184154; }

 p { color: rgb(24,65,84); }

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

background-color css

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

 a { background-color: rgb(24,65,84); }

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

border-color css

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

 span { border-color: rgb(24,65,84); }

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