#18466C

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

Shades of Astronaut Blue #18466C

Tints of Astronaut Blue #18466C

Color information

#18466C (or 0x18466C) is unknown color: approx Astronaut Blue. HEX triplet: 18, 46 and 6C. RGB value is (24,70,108). Sum of RGB (Red+Green+Blue) = 24+70+108=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #18466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18466C is #E7B993. Grayscale: #3C3C3C. Windows color (decimal): -15186324 or 7095832. OLE color: 7095832.

HSL color Cylindrical-coordinate representation of color #18466C: hue angle of 207.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18466C is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2470108-
CMYK0.780.3500.58
HSL207.14º63.64%25.88%-
HSV(B)207.14º77.78%42.35%-
XYZ5.275.6615-
YUV60.58154.76101.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.88%
GREEN value IS 70 (27.73% from 255) = 34.65%
BLUE value IS 108 (42.58% from 255) = 53.47%
R=11.88%
G=34.65%
B=53.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24701080.780.3500.58207.1463.6425.88
Hex18466C4E2303Acf401a
Octal301061541164307231710032
Binary11000100011011011001001110100011011101011001111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18466C; }

 p { color: rgb(24,70,108); }

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

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

 a { background-color: rgb(24,70,108); }

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

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

 span { border-color: rgb(24,70,108); }

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