#18455A

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

Shades of Astronaut Blue #18455A

Tints of Astronaut Blue #18455A

Color information

#18455A (or 0x18455A) is unknown color: approx Astronaut Blue. HEX triplet: 18, 45 and 5A. RGB value is (24,69,90). Sum of RGB (Red+Green+Blue) = 24+69+90=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #18455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18455A is #E7BAA5. Grayscale: #393939. Windows color (decimal): -15186598 or 5915928. OLE color: 5915928.

HSL color Cylindrical-coordinate representation of color #18455A: hue angle of 199.09º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18455A is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB246990-
CMYK0.730.2300.65
HSL199.09º57.89%22.35%-
HSV(B)199.09º73.33%35.29%-
XYZ4.355.1910.45-
YUV57.94146.09103.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 90 (35.55% from 255) = 49.18%
R=13.11%
G=37.70%
B=49.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2469900.730.2300.65199.0957.8922.35
Hex18455A4917041c73a16
Octal301051321112701013077226
Binary1100010001011011010100100110111010000011100011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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