#184455

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

Shades of Astronaut Blue #184455

Tints of Astronaut Blue #184455

Color information

#184455 (or 0x184455) is unknown color: approx Astronaut Blue. HEX triplet: 18, 44 and 55. RGB value is (24,68,85). Sum of RGB (Red+Green+Blue) = 24+68+85=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #184455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184455 is #E7BBAA. Grayscale: #383838. Windows color (decimal): -15186859 or 5587992. OLE color: 5587992.

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

Color convert

RGB246885-
CMYK0.720.2000.67
HSL196.72º55.96%21.37%-
HSV(B)196.72º71.76%33.33%-
XYZ4.084.989.34-
YUV56.78143.92104.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.56%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 85 (33.59% from 255) = 48.02%
R=13.56%
G=38.42%
B=48.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2468850.720.2000.67196.7255.9621.37
Hex1844554814043c53815
Octal301041251102401033057025
Binary1100010001001010101100100010100010000111100010111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184455; }

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

 H1.HeaderClassName
 {
   color: #184455;
 }
 .AnyTagClassName
 {
   color: #184455;
 }
</style>
background-color css

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

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

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

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

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

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