#18475A

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

Shades of Astronaut Blue #18475A

Tints of Astronaut Blue #18475A

Color information

#18475A (or 0x18475A) is unknown color: approx Astronaut Blue. HEX triplet: 18, 47 and 5A. RGB value is (24,71,90). Sum of RGB (Red+Green+Blue) = 24+71+90=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #18475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18475A is #E7B8A5. Grayscale: #3A3A3A. Windows color (decimal): -15186086 or 5916440. OLE color: 5916440.

HSL color Cylindrical-coordinate representation of color #18475A: hue angle of 197.27º 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 #18475A is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB247190-
CMYK0.730.2100.65
HSL197.27º57.89%22.35%-
HSV(B)197.27º73.33%35.29%-
XYZ4.485.4410.49-
YUV59.11145.43102.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.97%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 90 (35.55% from 255) = 48.65%
R=12.97%
G=38.38%
B=48.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2471900.730.2100.65197.2757.8922.35
Hex18475A4915041c53a16
Octal301071321112501013057226
Binary1100010001111011010100100110101010000011100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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