#184055

Color #184055 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #184055

Tints of Astronaut Blue #184055

Color information

#184055 (or 0x184055) is unknown color: approx 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

RGB246485-
CMYK0.720.2500.67
HSL200.66º55.96%21.37%-
HSV(B)200.66º71.76%33.33%-
XYZ3.854.529.26-
YUV54.43145.25106.29-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2464850.720.2500.67200.6655.9621.37
Hex1840554819043c93815
Octal301001251103101033117025
Binary1100010000001010101100100011001010000111100100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>