Html Css Color HEX #184055 Astronaut Blue

📋 copy color: '#184055'

red 24 ◦ green 64 ◦ blue 85

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

Shades of Astronaut Blue #184055

Tints of Astronaut Blue #184055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.99%

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

R = 13.87%
G = 36.99%
B = 49.13%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#184055 (or 0x184055) is known color: Astronaut Blue. HEX triplet: 18, 40 and 55. RGB value is (24,64,85). Sum of RGB (Red+Green+Blue) = 24+64+85=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #184055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184055 is #E7BFAA. Grayscale: #363636. Windows color (decimal): -15187883 or 5586968. OLE color: 5586968.

HSL color Cylindrical-coordinate representation of color #184055: hue angle of 200.66º 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 #184055 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 64 85 -
CMYK 0.72 0.25 0 0.67
HSL 200.66º 0.56% 0.21% -
HSV(B) 200.66º 0.72% 0.33% -
XYZ 3.85 4.52 9.26 -
YUV 54.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 24 64 85 0.72 0.25 0 0.67 200.66 0.56 0.21
Hex 18 40 55 48 19 0 43 C9 38 15
Octal 30 100 125 110 31 0 103 311 70 25
Binary 11000 1000000 1010101 1001000 11001 0 1000011 11001001 111000 10101

Color Harmonies of #184055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184055

Black with #184055

Text Example


Text Example

White with #184055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184055; }

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

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

background-color css

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

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

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

border-color css

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

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

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