Html Css Color HEX #184155 Astronaut Blue

📋 copy color: '#184155'

red 24 ◦ green 65 ◦ blue 85

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

Shades of Astronaut Blue #184155

Tints of Astronaut Blue #184155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 48.85%

R = 13.79%
G = 37.36%
B = 48.85%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#184155 (or 0x184155) is known color: Astronaut Blue. HEX triplet: 18, 41 and 55. RGB value is (24,65,85). Sum of RGB (Red+Green+Blue) = 24+65+85=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #184155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184155 is #E7BEAA. Grayscale: #363636. Windows color (decimal): -15187627 or 5587224. OLE color: 5587224.

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

Color convert

RGB 24 65 85 -
CMYK 0.72 0.24 0 0.67
HSL 199.67º 0.56% 0.21% -
HSV(B) 199.67º 0.72% 0.33% -
XYZ 3.91 4.63 9.28 -
YUV 55.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 24 65 85 0.72 0.24 0 0.67 199.67 0.56 0.21
Hex 18 41 55 48 18 0 43 C8 38 15
Octal 30 101 125 110 30 0 103 310 70 25
Binary 11000 1000001 1010101 1001000 11000 0 1000011 11001000 111000 10101

Color Harmonies of #184155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184155

Black with #184155

Text Example


Text Example

White with #184155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184155; }

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

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

background-color css

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

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

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

border-color css

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

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

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