#18455D

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

Shades of Astronaut Blue #18455D

Tints of Astronaut Blue #18455D

Color information

#18455D (or 0x18455D) is unknown color: approx Astronaut Blue. HEX triplet: 18, 45 and 5D. RGB value is (24,69,93). Sum of RGB (Red+Green+Blue) = 24+69+93=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #18455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18455D is #E7BAA2. Grayscale: #3A3A3A. Windows color (decimal): -15186595 or 6112536. OLE color: 6112536.

HSL color Cylindrical-coordinate representation of color #18455D: hue angle of 200.87º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18455D is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB246993-
CMYK0.740.2600.64
HSL200.87º58.97%22.94%-
HSV(B)200.87º74.19%36.47%-
XYZ4.485.2411.13-
YUV58.28147.59103.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 93 (36.72% from 255) = 50%
R=12.90%
G=37.10%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2469930.740.2600.64200.8758.9722.94
Hex18455D4A1A040c93b17
Octal301051351123201003117327
Binary1100010001011011101100101011010010000001100100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18455D; }

 p { color: rgb(24,69,93); }

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

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

 a { background-color: rgb(24,69,93); }

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

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

 span { border-color: rgb(24,69,93); }

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