#18495C

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

Shades of Astronaut Blue #18495C

Tints of Astronaut Blue #18495C

Color information

#18495C (or 0x18495C) is unknown color: approx Astronaut Blue. HEX triplet: 18, 49 and 5C. RGB value is (24,73,92). Sum of RGB (Red+Green+Blue) = 24+73+92=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #18495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18495C is #E7B6A3. Grayscale: #3C3C3C. Windows color (decimal): -15185572 or 6048024. OLE color: 6048024.

HSL color Cylindrical-coordinate representation of color #18495C: hue angle of 196.76º 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 #18495C is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB247392-
CMYK0.740.2100.64
HSL196.76º58.62%22.75%-
HSV(B)196.76º73.91%36.08%-
XYZ4.695.7310.98-
YUV60.52145.77101.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 92 (36.33% from 255) = 48.68%
R=12.70%
G=38.62%
B=48.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2473920.740.2100.64196.7658.6222.75
Hex18495C4A15040c53b17
Octal301111341122501003057327
Binary1100010010011011100100101010101010000001100010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,73,92); }

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

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

 a { background-color: rgb(24,73,92); }

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

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

 span { border-color: rgb(24,73,92); }

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